|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sdsu.logging.LoggerImplementation | +--sdsu.logging.SelectiveLogger | +--sdsu.logging.ScreenLogger
This logger directs all log messages to System.err, which normally is the terminal. As a SelectiveLogger, message types can be turned off.
Logger
,
SelectiveLogger
Method Summary | |
static LoggerImplementation |
register()
Create a ScreenLogger and register it with Logger. |
Methods inherited from class sdsu.logging.SelectiveLogger |
debugOff,
debugOn,
errorOff,
errorOn,
log,
logOff,
logOn,
messageTypeOff,
messageTypeOn,
warningOff,
warningOn |
Methods inherited from class sdsu.logging.LoggerImplementation |
reset |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static LoggerImplementation register()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |