|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.util.logging.DebugPrintUtil
public class DebugPrintUtil
Utility class to print logs into console in debug or development mode.
Constructor Summary | |
---|---|
DebugPrintUtil()
|
Method Summary | |
---|---|
static void |
debugPrintln(Object target)
Print target Object to console in debug mode. |
static void |
debugPrintStackTrace(Exception e)
Print stack trace of target Exception in debug mode. |
static void |
devOrDebugPrintln(Object target)
Print target Object to console in debug or development mode. |
static void |
devOrDebugPrintStackTrace(Exception e)
Print stack trace of target Exception in debug or development mode. |
static void |
devPrintln(Object target)
Print target Object to console in development mode. |
static void |
devPrintStackTrace(Exception e)
Print stack trace of target Exception in development mode. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugPrintUtil()
Method Detail |
---|
public static void debugPrintln(Object target)
target
- the target Object to printpublic static void devPrintln(Object target)
target
- the target Object to printpublic static void devOrDebugPrintln(Object target)
target
- the target Object to printpublic static void debugPrintStackTrace(Exception e)
e
- the target Exceptionpublic static void devPrintStackTrace(Exception e)
e
- the target Exceptionpublic static void devOrDebugPrintStackTrace(Exception e)
e
- the target Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |