Uses of Class
org.jboss.logmanager.ExtFormatter
Packages that use ExtFormatter
-
Uses of ExtFormatter in org.jboss.logmanager
Subclasses of ExtFormatter in org.jboss.logmanagerModifier and TypeClassDescriptionstatic classA base class for formatters which wrap other formatters.Fields in org.jboss.logmanager declared as ExtFormatterModifier and TypeFieldDescriptionprotected final ExtFormatterExtFormatter.Delegating.delegateThe delegate formatter.Methods in org.jboss.logmanager that return ExtFormatterModifier and TypeMethodDescriptionstatic ExtFormatterWrap 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 -
Uses of ExtFormatter in org.jboss.logmanager.formatters
Subclasses of ExtFormatter in org.jboss.logmanager.formattersModifier and TypeClassDescriptionclassA pattern formatter that colorizes the pattern in a fixed manner.classA formatter that outputs the record into JSON format optionally printing details.classA formatter which formats a record in a series of steps.classA formatter which uses a text pattern to format messages.classAn abstract class that uses a generator to help generate structured data from arecord.final classA formatter which prints a text banner ahead of the normal formatter header.classA formatter that outputs the record in XML format.Methods in org.jboss.logmanager.formatters with parameters of type ExtFormatterModifier and TypeMethodDescriptionstatic 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 ExtFormatterModifierConstructorDescriptionTextBannerFormatter(Supplier<String> bannerSupplier, ExtFormatter delegate) Construct a new instance.