Uses of Class
org.apache.log4j.pattern.LoggingEventPatternConverter
Packages that use LoggingEventPatternConverter
Package
Description
Provides classes implementing format specifiers in conversion patterns.
-
Uses of LoggingEventPatternConverter in org.apache.log4j.pattern
Subclasses of LoggingEventPatternConverter 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
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.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.