Uses of Class
org.jboss.logmanager.ExtFormatter
-
Packages that use ExtFormatter Package Description org.jboss.logmanager.formatters -
-
Uses of ExtFormatter in org.jboss.logmanager.formatters
Subclasses of ExtFormatter in org.jboss.logmanager.formatters Modifier and Type Class Description class
JsonFormatter
A formatter that outputs the record into JSON format optionally printing details.class
MultistepFormatter
A formatter which formats a record in a series of steps.class
PatternFormatter
A formatter which uses a text pattern to format messages.class
StructuredFormatter
An abstract class that uses a generator to help generate structured data from arecord
.class
XmlFormatter
A formatter that outputs the record in XML format.
-