public final class DebugLog
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
log(java.lang.Object message)
Logs a message using the debug-logger.
|
static void |
log(java.lang.Object message,
java.lang.Throwable t)
Logs a message using the debug-logger.
|
static void |
logHere()
Logs a HERE message.
|
static void |
logHereWE()
Logs a HERE message along with a stack-trace to identify how we got to this point.
|
public static void log(java.lang.Object message)
message - the message.public static void log(java.lang.Object message,
java.lang.Throwable t)
message - the message.t - the throwable to be logged.public static void logHere()
public static void logHereWE()