Uses of Class
org.apache.logging.log4j.core.pattern.ConverterKeys

Packages that use ConverterKeys
org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. 
 

Uses of ConverterKeys in org.apache.logging.log4j.core.pattern
 

Classes in org.apache.logging.log4j.core.pattern with annotations of type ConverterKeys
 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 FileDatePatternConverter
          Formats an date by delegating to DatePatternConverter.
 class FileLocationPatternConverter
          Return the event's line location information in a StringBuffer.
 class FullLocationPatternConverter
          Format the event's line location information.
 class IntegerPatternConverter
          Formats an integer.
 class LevelPatternConverter
          Return the event's level in a StringBuffer.
 class LineLocationPatternConverter
          Return the event's line location information in a StringBuffer.
 class LineSeparatorPatternConverter
          Formats a line separator.
 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
          Return 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
          Return the event's rendered message in a StringBuffer.
 class MethodLocationPatternConverter
          Return the event's line location information in a StringBuffer.
 class NDCPatternConverter
          Return the event's NDC in a StringBuffer.
 class RegexReplacementConverter
          Replacement pattern converter.
 class RelativeTimePatternConverter
          Return 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 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.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.