|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.directj.jlogger.PatternFormatter | +--net.directj.jlogger.DefaultFormatter
This is the default formatter, used to format the logging information. It specify how data is written. In fact, it just a special pattern, "[$name] $type - $message #$time". See the PatternFormatter class for explanation about pattern.
PatternFormatter
Field Summary |
Fields inherited from class net.directj.jlogger.PatternFormatter |
|
Constructor Summary | |
DefaultFormatter()
Creates a new DefaultFormatter. |
Methods inherited from class net.directj.jlogger.PatternFormatter |
equals, getFooter, getHeader, hashCode, replace, transform |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.directj.jlogger.Formatter |
getFooter, getHeader, transform |
Constructor Detail |
public DefaultFormatter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |