Uses of Class
org.apache.logging.log4j.core.pattern.PatternFormatter
Packages that use PatternFormatter
Package
Description
Log4j 2 Layout support.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of PatternFormatter in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout that return PatternFormatterModifier and TypeMethodDescriptionLevelPatternSelector.getFormatters
(LogEvent event) MarkerPatternSelector.getFormatters
(LogEvent event) PatternSelector.getFormatters
(LogEvent event) ScriptPatternSelector.getFormatters
(LogEvent event) -
Uses of PatternFormatter in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as PatternFormatterModifier and TypeFieldDescriptionstatic final PatternFormatter[]
PatternFormatter.EMPTY_ARRAY
The empty array.Fields in org.apache.logging.log4j.core.pattern with type parameters of type PatternFormatterModifier and TypeFieldDescriptionprotected final List<PatternFormatter>
ThrowablePatternConverter.formatters
ListsPatternFormatter
s for the suffix attribute.Methods in org.apache.logging.log4j.core.pattern that return types with arguments of type PatternFormatterModifier and TypeMethodDescriptionPatternParser.parse
(String pattern, boolean alwaysWriteExceptions, boolean disableAnsi, boolean noConsoleNoAnsi) Constructor parameters in org.apache.logging.log4j.core.pattern with type arguments of type PatternFormatterModifierConstructorDescriptionprotected
AbstractStyleNameConverter
(String name, List<PatternFormatter> formatters, String styling) Constructs the converter.Black
(List<PatternFormatter> formatters, String styling) Constructs the converter.Blue
(List<PatternFormatter> formatters, String styling) Constructs the converter.Cyan
(List<PatternFormatter> formatters, String styling) Constructs the converter.protected
EqualsBaseReplacementConverter
(String name, String style, List<PatternFormatter> formatters, String testString, String substitution, PatternParser parser) Construct the converter.Green
(List<PatternFormatter> formatters, String styling) Constructs the converter.Magenta
(List<PatternFormatter> formatters, String styling) Constructs the converter.Red
(List<PatternFormatter> formatters, String styling) Constructs the converter.White
(List<PatternFormatter> formatters, String styling) Constructs the converter.Yellow
(List<PatternFormatter> formatters, String styling) Constructs the converter.