jsystem.framework.logger
Class BasicFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byjsystem.framework.logger.BasicFormatter

public class BasicFormatter
extends Formatter

The BasicFormatter is used as the default formatar of messages to the java logger.


Constructor Summary
BasicFormatter()
           
 
Method Summary
 String format(LogRecord record)
           
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFormatter

public BasicFormatter()
Method Detail

format

public String format(LogRecord record)