Uses of Class
org.apache.log4j.pattern.PatternConverter
Packages that use PatternConverter
Package
Description
Provides classes implementing format specifiers in conversion patterns.
-
Uses of PatternConverter in org.apache.log4j.pattern
Subclasses of PatternConverter in org.apache.log4j.patternModifier and TypeClassDescriptionfinal class
Formats the class name of the site of the logging request.final class
Convert and format the event's date in a StringBuffer.final class
Return the event's line location information in a StringBuffer.final class
Format the event's line location information.final class
Formats an integer.final class
Return the event's level in a StringBuffer.final class
Return the event's line location information in a StringBuffer.final class
Formats a line separator.final class
Formats a string literal.final class
Formats a logger name.class
LoggingEventPatternConverter is a base class for pattern converters that can format information from instances of LoggingEvent.final class
Return the event's rendered message in a StringBuffer.final class
Return the event's line location information in a StringBuffer.class
Base class for other pattern converters which can return only parts of their name.final class
Return the event's NDC in a StringBuffer.final class
Able to handle the contents of the LoggingEvent's Property bundle and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set.class
Return the relative time in milliseconds since loading of the LoggingEvent class.class
Formats the event sequence number.class
Formats the event thread name.class
Outputs the ThrowableInformation portion of the LoggingEvent.Methods in org.apache.log4j.pattern that return PatternConverterModifier and TypeMethodDescriptionstatic PatternConverter
FileDatePatternConverter.newInstance
(String[] options) Obtains an instance of pattern converter.