|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jcrontab.log.NullLogger
This is the Null Logger basically is here to avoid logging, usually this shouldn't be used
| Constructor Summary | |
NullLogger()
|
|
| Method Summary | |
void |
debug(java.lang.String message)
This method basically does nothing |
void |
error(java.lang.String message,
java.lang.Throwable t)
This method prints the trace of a Exception to avoid losing the info |
void |
info(java.lang.String message)
This method basically does nothing |
void |
init()
This method basically does nothing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NullLogger()
| Method Detail |
public void init()
init in interface Loggerpublic void info(java.lang.String message)
info in interface Logger
public void error(java.lang.String message,
java.lang.Throwable t)
error in interface Loggerpublic void debug(java.lang.String message)
debug in interface Logger
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||