|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.services.util.logging.LoggingHelper
public class LoggingHelper
Convenience class that implements various support routines.
Constructor Summary | |
---|---|
LoggingHelper(java.lang.String levels)
Default constructor. |
Method Summary | |
---|---|
boolean |
isLoggable(LogMessage message)
Check to see whether the given LogMessage should be logged. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoggingHelper(java.lang.String levels)
levels
- CSV string containg the default log levels for
individual loggers.Method Detail |
---|
public boolean isLoggable(LogMessage message)
message
- LogMessage to check.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |