Uses of Class
org.jboss.logmanager.ExtFormatter
-
Packages that use ExtFormatter Package Description org.jboss.logmanager org.jboss.logmanager.formatters -
-
Uses of ExtFormatter in org.jboss.logmanager
Subclasses of ExtFormatter in org.jboss.logmanager Modifier and Type Class Description static classExtFormatter.DelegatingA base class for formatters which wrap other formatters.Fields in org.jboss.logmanager declared as ExtFormatter Modifier and Type Field Description protected ExtFormatterExtFormatter.Delegating. delegateThe delegate formatter.Methods in org.jboss.logmanager that return ExtFormatter Modifier and Type Method Description static ExtFormatterExtFormatter. wrap(Formatter formatter, boolean formatMessages)Wrap an existing formatter with anExtFormatter, optionally replacing message formatting with the default extended message formatting capability.Constructors in org.jboss.logmanager with parameters of type ExtFormatter Constructor Description Delegating(ExtFormatter delegate)Construct a new instance. -
Uses of ExtFormatter in org.jboss.logmanager.formatters
Subclasses of ExtFormatter in org.jboss.logmanager.formatters Modifier and Type Class Description classColorPatternFormatterA pattern formatter that colorizes the pattern in a fixed manner.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.classTextBannerFormatterA formatter which prints a text banner ahead of the normal formatter header.classXmlFormatterA formatter that outputs the record in XML format.Methods in org.jboss.logmanager.formatters with parameters of type ExtFormatter Modifier and Type Method Description static FormatStepFormatters. simpleMessageFormatStep(ExtFormatter formatter, boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth)Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.static FormatStepFormatters. simpleMessageFormatStep(ExtFormatter formatter, boolean leftJustify, int minimumWidth, int maximumWidth)Create a format step which emits the formatted log message text (simple version, no exception traces) with the given justification rules.Constructors in org.jboss.logmanager.formatters with parameters of type ExtFormatter Constructor Description TextBannerFormatter(Supplier<String> bannerSupplier, ExtFormatter delegate)Construct a new instance.
-