Uses of Class
org.apache.logging.log4j.core.pattern.FormattingInfo
-
Packages that use FormattingInfo Package Description org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. -
-
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_ARRAYEmpty array.Methods in org.apache.logging.log4j.core.pattern that return FormattingInfo Modifier and Type Method Description static FormattingInfoFormattingInfo. getDefault()Gets default instance.FormattingInfoPatternFormatter. getFormattingInfo()Constructors in org.apache.logging.log4j.core.pattern with parameters of type FormattingInfo Constructor Description PatternFormatter(LogEventPatternConverter converter, FormattingInfo field)
-