public final class DebugLog extends Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
finishProfiling()  | 
static void | 
log(Object message)
Logs a message using the debug-logger. 
 | 
static void | 
log(Object message,
   Throwable t)
Logs a message using the debug-logger. 
 | 
static void | 
logEnter()  | 
static void | 
logExit()  | 
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. 
 | 
static void | 
startProfiling()  | 
public static void log(Object message)
message - the message.public static void log(Object message, Throwable t)
message - the message.t - the throwable to be logged.public static void logHere()
public static void logHereWE()
public static void logEnter()
public static void logExit()
public static void startProfiling()
public static void finishProfiling()