org.jboss.logmanager
Class ExtFormatter
java.lang.Object
java.util.logging.Formatter
org.jboss.logmanager.ExtFormatter
- Direct Known Subclasses:
- MultistepFormatter
public abstract class ExtFormatter
- extends Formatter
A formatter which handles ExtLogRecord
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtFormatter
public ExtFormatter()
format
public final String format(LogRecord record)
-
- Specified by:
format
in class Formatter
format
public abstract String format(ExtLogRecord extLogRecord)
- Format a message using an extended log record.
- Parameters:
extLogRecord
- the log record
- Returns:
- the formatted message
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.