|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternConverter | |
---|---|
org.apache.logging.log4j.core.pattern | Provides classes implementing format specifiers in conversion patterns. |
Uses of PatternConverter in org.apache.logging.log4j.core.pattern |
---|
Subinterfaces of PatternConverter in org.apache.logging.log4j.core.pattern | |
---|---|
interface |
ArrayPatternConverter
Interface implemented by PatternConverters that accept an array of objects when formatting. |
Classes in org.apache.logging.log4j.core.pattern that implement PatternConverter | |
---|---|
class |
AbstractPatternConverter
AbstractPatternConverter is an abstract class that provides the formatting functionality that derived classes need. |
class |
ClassNamePatternConverter
Formats the class name of the site of the logging request. |
class |
DatePatternConverter
Convert and format the event's date in a StringBuffer. |
class |
ExtendedThrowablePatternConverter
Outputs the Throwable portion of the LoggingEvent as a full stacktrace unless this converter's option is 'short', where it just outputs the first line of the trace, or if the number of lines to print is explicitly specified. |
class |
FileLocationPatternConverter
Returns the event's line location information in a StringBuffer. |
class |
FullLocationPatternConverter
Format the event's line location information. |
class |
HighlightConverter
Highlight pattern converter. |
class |
IntegerPatternConverter
Formats an integer. |
class |
LevelPatternConverter
Returns the event's level in a StringBuffer. |
class |
LineLocationPatternConverter
Returns the event's line location information in a StringBuffer. |
class |
LineSeparatorPatternConverter
Formats a line separator. |
class |
LiteralPatternConverter
Formats a string literal. |
class |
LogEventPatternConverter
LoggingEventPatternConverter is a base class for pattern converters that can format information from instances of LoggingEvent. |
class |
LoggerPatternConverter
Formats a logger name. |
class |
MapPatternConverter
Able to handle the contents of the LogEvent's MapMessage 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 Map. |
class |
MarkerPatternConverter
Returns the event's rendered message in a StringBuffer. |
class |
MDCPatternConverter
Able to handle the contents of the LogEvent's MDC 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 |
MessagePatternConverter
Returns the event's rendered message in a StringBuffer. |
class |
MethodLocationPatternConverter
Returns the event's line location information in a StringBuffer. |
class |
NamePatternConverter
Abstract base class for other pattern converters which can return only parts of their name. |
class |
NDCPatternConverter
Returns the event's NDC in a StringBuffer. |
class |
RegexReplacementConverter
Replacement pattern converter. |
class |
RelativeTimePatternConverter
Returns the relative time in milliseconds since JVM Startup. |
class |
RootThrowablePatternConverter
Outputs the Throwable portion of the LoggingEvent as a full stacktrace unless this converter's option is 'short', where it just outputs the first line of the trace, or if the number of lines to print is explicitly specified. |
class |
SequenceNumberPatternConverter
Formats the event sequence number. |
class |
StyleConverter
Style pattern converter. |
class |
ThreadPatternConverter
Formats the event thread name. |
class |
ThrowablePatternConverter
Outputs the Throwable portion of the LoggingEvent as a full stacktrace unless this converter's option is 'short', where it just outputs the first line of the trace, or if the number of lines to print is explicitly specified. |
class |
UUIDPatternConverter
Formats the event sequence number. |
Methods in org.apache.logging.log4j.core.pattern that return PatternConverter | |
---|---|
static PatternConverter |
FileDatePatternConverter.newInstance(String[] options)
Obtains an instance of pattern converter. |
Method parameters in org.apache.logging.log4j.core.pattern with type arguments of type PatternConverter | |
---|---|
void |
PatternParser.parse(String pattern,
List<PatternConverter> patternConverters,
List<FormattingInfo> formattingInfos)
Parse a format specifier. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |