Uses of Class
org.apache.log4j.helpers.FormattingInfo
-
Packages that use FormattingInfo Package Description org.apache.log4j.helpers Log4j 1.x compatibility layer. -
-
Uses of FormattingInfo in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as FormattingInfo Modifier and Type Field Description protected FormattingInfo
PatternParser. formattingInfo
Constructors in org.apache.log4j.helpers with parameters of type FormattingInfo Constructor Description BasicPatternConverter(FormattingInfo formattingInfo, int type)
CategoryPatternConverter(FormattingInfo formattingInfo, int precision)
ClassNamePatternConverter(FormattingInfo formattingInfo, int precision)
DatePatternConverter(FormattingInfo formattingInfo, java.text.DateFormat df)
LocationPatternConverter(FormattingInfo formattingInfo, int type)
MDCPatternConverter(FormattingInfo formattingInfo, java.lang.String key)
NamedPatternConverter(FormattingInfo formattingInfo, int precision)
PatternConverter(FormattingInfo fi)
-