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

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

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

Subclasses of ThrowablePatternConverter in org.apache.logging.log4j.core.pattern
 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 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.
 

Methods in org.apache.logging.log4j.core.pattern that return ThrowablePatternConverter
static ThrowablePatternConverter ThrowablePatternConverter.newInstance(String[] options)
          Gets an instance of the class.
 



Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.