public class Logger extends Object
CompilerToVM
calls.Modifier and Type | Field and Description |
---|---|
static boolean |
ENABLED |
private int |
level |
private static ThreadLocal<Logger> |
loggerTL |
private boolean |
open |
private Deque<Boolean> |
openStack |
private static PrintStream |
out |
private static String[] |
spaces |
private static int |
SPACING |
Constructor and Description |
---|
Logger() |
Modifier and Type | Method and Description |
---|---|
static void |
endScope(String message) |
static void |
info(String message) |
static void |
log(String message) |
static String |
pretty(Object value) |
private static String |
space(int count) |
static void |
startScope(String message) |
public static final boolean ENABLED
private static final int SPACING
private static final ThreadLocal<Logger> loggerTL
private boolean open
private int level
private static final PrintStream out
public Logger()
public static void startScope(String message)