|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.tm.plugin.Logger
A simple logger using the eclipse plugin login mechanism.
Method Summary | |
static void |
debug(String message)
Prints a debug statement to the Eclipse log. |
static void |
error(String message,
Throwable exception)
Prints an error message to the Eclipse log. |
static boolean |
isDebugEnabled()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void error(String message, Throwable exception)
message
- error messageexception
- catched exceptionpublic static void debug(String message)
message
- error messagepublic static boolean isDebugEnabled()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |