Package 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 handlesExtLogRecord
instances.
-
-
Constructor Summary
Constructors Constructor Description ExtFormatter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description String
format(LogRecord record)
abstract String
format(ExtLogRecord extLogRecord)
Format a message using an extended log record.-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
-
-