org.icepdf.core.util.loggers
Class BriefestLogFormatter

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

public class BriefestLogFormatter
extends java.util.logging.Formatter


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

BriefestLogFormatter

public BriefestLogFormatter()
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