Package org.jboss.logmanager.formatters
-
Interface Summary Interface Description FormatStep A single format step which handles some part of rendering a log record. -
Class Summary Class Description ColorMap FormatStringParser A parser which can translate a log4j-style format string into a series ofFormatStep
instances.Formatters Formatter utility methods.MultistepFormatter A formatter which formats a record in a series of steps.PatternFormatter A formatter which uses a text pattern to format messages.