org.icepdf.core.util.loggers
Class BriefLogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by org.icepdf.core.util.loggers.BriefLogFormatter

public class BriefLogFormatter
extends java.util.logging.Formatter


Constructor Summary
BriefLogFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          A Custom format implementation that is designed for brevity.
 
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

BriefLogFormatter

public BriefLogFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
A Custom format implementation that is designed for brevity.

Specified by:
format in class java.util.logging.Formatter