|
|||||||||
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
SelectiveLogger allows you to turn off logging for a type of message. Default activity is logging turn on for all types of messages.
Logger
Constructor Summary | |
SelectiveLogger()
|
Method Summary | |
void |
debugOff()
Turns logging of debug statements off. |
void |
debugOn()
Turns logging of debug statements on. |
void |
errorOff()
Turns logging of error statements off. |
void |
errorOn()
Turns logging of error statements on. |
void |
log(LoggerMessage message)
Add the LogMessage object to the log. |
void |
logOff()
Turns logging of log statements off. |
void |
logOn()
Turns logging of log statements on. |
void |
messageTypeOff(java.lang.String messageType)
Turns logging off for messages of the given type. |
void |
messageTypeOn(java.lang.String messageType)
Turns logging on for messages of the given type. |
void |
warningOff()
Turns logging of warning statements off. |
void |
warningOn()
Turns logging of warning statements on. |
Methods inherited from class sdsu.logging.LoggerImplementation |
register,
reset |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SelectiveLogger()
Method Detail |
public void messageTypeOff(java.lang.String messageType)
public void messageTypeOn(java.lang.String messageType)
public void debugOn()
public void errorOn()
public void warningOn()
public void logOn()
public void debugOff()
public void errorOff()
public void warningOff()
public void logOff()
public void log(LoggerMessage message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |