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.
  • Constructor Details

    • ExtFormatter

      public ExtFormatter()
  • Method Details

    • 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