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 classFormats the class name of the site of the logging request.final classConvert and format the event's date in a StringBuffer.final classReturn the event's line location information in a StringBuffer.final classFormat the event's line location information.final classFormats an integer.final classReturn the event's level in a StringBuffer.final classReturn the event's line location information in a StringBuffer.final classFormats a line separator.final classFormats a string literal.final classFormats a logger name.classLoggingEventPatternConverter is a base class for pattern converters that can format information from instances of LoggingEvent.final classReturn the event's rendered message in a StringBuffer.final classReturn the event's line location information in a StringBuffer.classBase class for other pattern converters which can return only parts of their name.final classReturn the event's NDC in a StringBuffer.final classAble 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.classReturn the relative time in milliseconds since loading of the LoggingEvent class.classFormats the event sequence number.classFormats the event thread name.classOutputs the ThrowableInformation portion of the LoggingEvent.Methods in org.apache.log4j.pattern that return PatternConverterModifier and TypeMethodDescriptionstatic PatternConverterFileDatePatternConverter.newInstance(String[] options) Obtains an instance of pattern converter.