Uses of Class
org.apache.logging.log4j.core.pattern.ThrowablePatternConverter
Packages that use ThrowablePatternConverter
Package
Description
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.patternModifier and TypeClassDescriptionfinal class
Outputs the Throwable portion of the LoggingEvent as a full stack trace 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.final class
Outputs the Throwable portion of the LoggingEvent as a full stack trace 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 ThrowablePatternConverterModifier and TypeMethodDescriptionstatic ThrowablePatternConverter
ThrowablePatternConverter.newInstance
(Configuration config, String[] options) Gets an instance of the class.