|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.libraries.base.util.DebugLog
public final class DebugLog
This class provides static log messages for on-going bug-hunting efforts. This removes the need to create temporary log-instances that get removed later anyway.
Method Summary | |
---|---|
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 |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |