Uses of Class
org.apache.log4j.helpers.FormattingInfo
Packages that use FormattingInfo
-
Uses of FormattingInfo in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as FormattingInfoConstructors in org.apache.log4j.helpers with parameters of type FormattingInfoModifierConstructorDescription(package private)
BasicPatternConverter
(FormattingInfo formattingInfo, int type) (package private)
CategoryPatternConverter
(FormattingInfo formattingInfo, int precision) (package private)
ClassNamePatternConverter
(FormattingInfo formattingInfo, int precision) (package private)
DatePatternConverter
(FormattingInfo formattingInfo, DateFormat df) (package private)
LocationPatternConverter
(FormattingInfo formattingInfo, int type) (package private)
MDCPatternConverter
(FormattingInfo formattingInfo, String key) (package private)
NamedPatternConverter
(FormattingInfo formattingInfo, int precision) protected