|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the basic behaviour of a Jcrontab Logger This class Is simple to make it easier to integrate with other packages.
Method Summary | |
void |
debug(String message)
This method reports a debug level message to the log |
void |
error(String message,
Throwable t)
This method reports a Exception or Error to the log |
void |
info(String message)
This method reports a message to the log |
void |
init()
This method does the basic initialization. |
Method Detail |
public void init()
public void info(String message)
public void error(String message, Throwable t)
public void debug(String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |