|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.resilientedge.util.logger.Formatter | +--com.resilientedge.util.logger.console.ConsoleFormatter | +--com.resilientedge.util.logger.console.NoTimestampConsoleFormatter
This class is a System Console implementation of a Formatter and timestamp is 0. This class is mainly used for test purpose.
Fields inherited from class com.resilientedge.util.logger.console.ConsoleFormatter |
DATE_AND_TIME_PATTERN, verbose_ |
Constructor Summary | |
NoTimestampConsoleFormatter()
|
Method Summary | |
void |
format(LogRecord logRecord)
This method configures the LogRecord with the fully-formatted message to be logged. |
Methods inherited from class com.resilientedge.util.logger.console.ConsoleFormatter |
formatClassName, formatDateAndTime, formatException, formatLevel, formatMessage, formatMethodName, formatThreadName, formatTopic |
Methods inherited from class com.resilientedge.util.logger.Formatter |
format, getLocale, setLocale |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoTimestampConsoleFormatter()
Method Detail |
public void format(LogRecord logRecord)
format
in class ConsoleFormatter
logRecord
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |