com.resilientedge.util.logger.console
Class NoTimestampConsoleFormatter

java.lang.Object
  |
  +--com.resilientedge.util.logger.Formatter
        |
        +--com.resilientedge.util.logger.console.ConsoleFormatter
              |
              +--com.resilientedge.util.logger.console.NoTimestampConsoleFormatter

public class NoTimestampConsoleFormatter
extends ConsoleFormatter

This class is a System Console implementation of a Formatter and timestamp is 0. This class is mainly used for test purpose.

Author:
gq

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

NoTimestampConsoleFormatter

public NoTimestampConsoleFormatter()
Method Detail

format

public void format(LogRecord logRecord)
This method configures the LogRecord with the fully-formatted message to be logged.
Overrides:
format in class ConsoleFormatter
Parameters:
logRecord -  


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.