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
Methods 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 static FormattingInfo[]
FormattingInfo. EMPTY_ARRAY
Empty array.Methods in org.apache.logging.log4j.core.pattern that return FormattingInfo Modifier and Type Method Description static FormattingInfo
FormattingInfo. getDefault()
Gets default instance.FormattingInfo
PatternFormatter. getFormattingInfo()
Constructors in org.apache.logging.log4j.core.pattern with parameters of type FormattingInfo Constructor Description PatternFormatter(LogEventPatternConverter converter, FormattingInfo field)
-