uk.ac.starlink.task
Class LineFormatter
java.lang.Object
java.util.logging.Formatter
uk.ac.starlink.task.LineFormatter
public class LineFormatter
- extends Formatter
Compact log record formatter. Unlike the default
SimpleFormatter
this generally uses only
a single line for each record.
- Since:
- 16 June 2005
- Author:
- Mark Taylor (Starlink)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineFormatter
public LineFormatter(boolean debug)
- Constructor.
- Parameters:
debug
- iff true, provides more information per log message
format
public String format(LogRecord record)
- Specified by:
format
in class Formatter
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.