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
| 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()
format
public String format(LogRecord record)
- Overrides:
format in class SingleLineFormatter
prefix
protected org.fusesource.jansi.Ansi prefix(LogRecord record)
suffix
protected org.fusesource.jansi.Ansi suffix(org.fusesource.jansi.Ansi ansi,
LogRecord record)
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.