public class TraceUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
prefixString |
Constructor and Description |
---|
TraceUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
mapToHexString(int[] array) |
static void |
trace(int prefixLength,
String s) |
static void |
trace(String s) |
static void |
traceln(int prefixLength,
String... lines) |
static void |
traceln(int prefixLength,
String s) |
static void |
traceln(String... lines) |
static void |
traceln(String s) |
public static String prefixString
public static void trace(String s)
public static void trace(int prefixLength, String s)
public static void traceln(String s)
public static void traceln(String... lines)
public static void traceln(int prefixLength, String s)
public static void traceln(int prefixLength, String... lines)
public static String mapToHexString(int[] array)
Copyright © 2021. All Rights Reserved.