Uses of Class
org.apache.logging.log4j.core.impl.ThrowableFormatOptions
Packages that use ThrowableFormatOptions
Package
Description
Log4j 2 private implementation classes.
Provides classes implementing format specifiers in conversion patterns.
-
Uses of ThrowableFormatOptions in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as ThrowableFormatOptionsModifier and TypeFieldDescriptionprotected static final ThrowableFormatOptions
ThrowableFormatOptions.DEFAULT
Default instance ofThrowableFormatOptions
.Methods in org.apache.logging.log4j.core.impl that return ThrowableFormatOptionsModifier and TypeMethodDescriptionstatic ThrowableFormatOptions
ThrowableFormatOptions.newInstance
(String[] options) Creates a new instance based on the array of options. -
Uses of ThrowableFormatOptions in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as ThrowableFormatOptionsModifier and TypeFieldDescriptionprotected final ThrowableFormatOptions
ThrowablePatternConverter.options
Methods in org.apache.logging.log4j.core.pattern that return ThrowableFormatOptions