net.sourceforge.czt.parser.circus
Class SpecialLatexParser.SimpleFormatterForCircus

java.lang.Object
  extended by java.util.logging.Formatter
      extended by net.sourceforge.czt.parser.circus.SpecialLatexParser.SimpleFormatterForCircus
Enclosing class:
SpecialLatexParser

public static class SpecialLatexParser.SimpleFormatterForCircus
extends java.util.logging.Formatter


Constructor Summary
SpecialLatexParser.SimpleFormatterForCircus(boolean showTimeStamp, boolean showRecordedMessage, boolean showSourceMethod, boolean showDirectory, boolean showStackTrace)
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given LogRecord.
 
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

SpecialLatexParser.SimpleFormatterForCircus

public SpecialLatexParser.SimpleFormatterForCircus(boolean showTimeStamp,
                                                   boolean showRecordedMessage,
                                                   boolean showSourceMethod,
                                                   boolean showDirectory,
                                                   boolean showStackTrace)
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Format the given LogRecord.

Specified by:
format in class java.util.logging.Formatter
Parameters:
record - the log record to be formatted.
Returns:
a formatted log record


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.