Package org.apache.log4j.helpers
Class PatternParser.MDCPatternConverter
java.lang.Object
org.apache.log4j.helpers.PatternConverter
org.apache.log4j.helpers.PatternParser.MDCPatternConverter
- Enclosing class:
PatternParser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert
(LoggingEvent event) Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.Methods inherited from class org.apache.log4j.helpers.PatternConverter
format, spacePad
-
Field Details
-
key
-
-
Constructor Details
-
MDCPatternConverter
MDCPatternConverter(FormattingInfo formattingInfo, String key)
-
-
Method Details
-
convert
Description copied from class:PatternConverter
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.- Specified by:
convert
in classPatternConverter
-