Uses of Class
org.apache.logging.log4j.core.impl.ThrowableFormatOptions
-
Packages that use ThrowableFormatOptions Package Description org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.pattern 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 ThrowableFormatOptions Modifier and Type Field Description protected static ThrowableFormatOptionsThrowableFormatOptions. DEFAULTDefault instance ofThrowableFormatOptions.Methods in org.apache.logging.log4j.core.impl that return ThrowableFormatOptions Modifier and Type Method Description static ThrowableFormatOptionsThrowableFormatOptions. newInstance(java.lang.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 ThrowableFormatOptions Modifier and Type Field Description protected ThrowableFormatOptionsThrowablePatternConverter. optionsOptions.Methods in org.apache.logging.log4j.core.pattern that return ThrowableFormatOptions Modifier and Type Method Description ThrowableFormatOptionsThrowablePatternConverter. getOptions()
-