org.jcoderz.commons
Class DevelopersLogFormatter
java.lang.Object
java.util.logging.Formatter
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DevelopersLogFormatter
public DevelopersLogFormatter()
format
public String format(LogRecord record)
-
- Specified by:
format in class Formatter
Copyright 2007 The jCoderZ Project.