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 classJsonFormatterA formatter that outputs the record into JSON format optionally printing details.classMultistepFormatterA formatter which formats a record in a series of steps.classPatternFormatterA formatter which uses a text pattern to format messages.classStructuredFormatterAn abstract class that uses a generator to help generate structured data from arecord.classXmlFormatterA formatter that outputs the record in XML format.
-