org.brains2b.log
Class Logger.ClassicFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byorg.brains2b.log.Logger.ClassicFormatter
Enclosing class:
Logger

public static class Logger.ClassicFormatter
extends java.util.logging.Formatter

Implementation of Formatter to be consistant with The old-style Logger's formatting


Constructor Summary
Logger.ClassicFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.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

Logger.ClassicFormatter

public Logger.ClassicFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)