org.apache.openejb.log
Class ColorFormatter
java.lang.Object
java.util.logging.Formatter
org.apache.openejb.log.SingleLineFormatter
org.apache.openejb.log.ColorFormatter
public class ColorFormatter
- extends SingleLineFormatter
|
Method Summary |
protected org.fusesource.jansi.Ansi |
prefix(LogRecord record)
|
protected org.fusesource.jansi.Ansi |
suffix(org.fusesource.jansi.Ansi ansi,
LogRecord record)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPENEJB_LOG_COLOR_PREFIX
public static final String OPENEJB_LOG_COLOR_PREFIX
- See Also:
- Constant Field Values
ColorFormatter
public ColorFormatter()
prefix
protected org.fusesource.jansi.Ansi prefix(LogRecord record)
- Overrides:
prefix in class SingleLineFormatter
suffix
protected org.fusesource.jansi.Ansi suffix(org.fusesource.jansi.Ansi ansi,
LogRecord record)
- Overrides:
suffix in class SingleLineFormatter
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.