Uses of Class
org.apache.logging.log4j.core.pattern.FormattingInfo
-
Packages that use FormattingInfo Package Description org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. -
-
Uses of FormattingInfo in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as FormattingInfo Modifier and Type Field Description private FormattingInfo[]PatternProcessor. patternFieldsMethods in org.apache.logging.log4j.core.appender.rolling that return FormattingInfo Modifier and Type Method Description FormattingInfo[]PatternProcessor. getPatternFields() -
Uses of FormattingInfo in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as FormattingInfo Modifier and Type Field Description private static FormattingInfoFormattingInfo. DEFAULTDefault instance.static FormattingInfo[]FormattingInfo. EMPTY_ARRAYEmpty array.private FormattingInfoPatternFormatter. fieldMethods in org.apache.logging.log4j.core.pattern that return FormattingInfo Modifier and Type Method Description static FormattingInfoFormattingInfo. getDefault()Gets default instance.FormattingInfoPatternFormatter. getFormattingInfo()Methods in org.apache.logging.log4j.core.pattern with parameters of type FormattingInfo Modifier and Type Method Description private intPatternParser. finalizeConverter(char c, java.lang.String pattern, int start, java.lang.StringBuilder currentLiteral, FormattingInfo formattingInfo, java.util.Map<java.lang.String,java.lang.Class<PatternConverter>> rules, java.util.List<PatternConverter> patternConverters, java.util.List<FormattingInfo> formattingInfos, boolean disableAnsi, boolean noConsoleNoAnsi, boolean convertBackslashes)Processes a format specifier sequence.Constructors in org.apache.logging.log4j.core.pattern with parameters of type FormattingInfo Constructor Description PatternFormatter(LogEventPatternConverter converter, FormattingInfo field)
-