Package org.apache.log4j.helpers
Class PatternParser.LocationPatternConverter
java.lang.Object
org.apache.log4j.helpers.PatternConverter
org.apache.log4j.helpers.PatternParser.LocationPatternConverter
- 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
-
type
int type
-
-
Constructor Details
-
LocationPatternConverter
LocationPatternConverter(FormattingInfo formattingInfo, int type)
-
-
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
-