public class Debug extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
compileDebug |
static PrintStream |
debugStream |
static boolean |
doDebug |
| Constructor and Description |
|---|
Debug() |
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(String fmt,
Object... objects) |
static void |
dump(byte[] record) |
static void |
print(String s) |
static void |
printf(String fmt,
Object... objects) |
static void |
println(String s) |
static void |
setDebug(boolean debug) |
public static final boolean compileDebug
public static boolean doDebug
public static PrintStream debugStream
Copyright © 2025. All rights reserved.