choco.kernel.common.logging
Class LightFormatter
java.lang.Object
java.util.logging.Formatter
choco.kernel.common.logging.LightFormatter
public final class LightFormatter
- extends Formatter
- Since:
- 16 avr. 2009 version 2.1.0
- Version:
- 2.1.0
- Author:
- Arnaud Malapert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineSeparator
protected static final String lineSeparator
LightFormatter
public LightFormatter()
format
public String format(LogRecord record)
- Format the given LogRecord.
- Specified by:
format
in class Formatter
- Parameters:
record
- the log record to be formatted.
- Returns:
- a formatted log record
setWarningSign
protected final void setWarningSign(LogRecord record,
StringBuilder buffer)
Copyright © 2012. All Rights Reserved.