org.jcoderz.commons
Class DevelopersLogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.jcoderz.commons.DevelopersLogFormatter

public class DevelopersLogFormatter
extends Formatter

This type implements a Formatter to be used for logging onto the console. It tries to fulfill developers need during development as console output and is not meant to be a production system logger. It formats both standard a LogRecord and instances of Loggable.


Constructor Summary
DevelopersLogFormatter()
           
 
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

DevelopersLogFormatter

public DevelopersLogFormatter()
Method Detail

format

public String format(LogRecord record)

Specified by:
format in class Formatter


Copyright 2007 The jCoderZ Project.