Uses of Class
org.apache.logging.log4j.core.impl.ThrowableFormatOptions
Packages that use ThrowableFormatOptions
-
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 ThrowableFormatOptionsThrowableFormatOptions.DEFAULTDefault instance ofThrowableFormatOptions.Methods in org.apache.logging.log4j.core.impl that return ThrowableFormatOptionsModifier and TypeMethodDescriptionstatic ThrowableFormatOptionsThrowableFormatOptions.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 ThrowableFormatOptionsThrowablePatternConverter.optionsMethods in org.apache.logging.log4j.core.pattern that return ThrowableFormatOptionsMethods in org.apache.logging.log4j.core.pattern with parameters of type ThrowableFormatOptionsModifier and TypeMethodDescriptionprivate static ThrowableRendererThrowablePatternConverter.createEffectiveRenderer(String[] rawOptions, ThrowableFormatOptions options, @Nullable ThrowablePropertyRendererFactory propertyRendererFactory, @Nullable ThrowableStackTraceRendererFactory stackTraceRendererFactory) private static ThrowableExtendedStackTraceRendererExtendedThrowablePatternConverter.createRenderer(ThrowableFormatOptions options) (package private) ThrowableExtendedStackTraceRendererThrowableExtendedStackTraceRendererFactory.createStackTraceRenderer(ThrowableFormatOptions options) (package private) ThrowableInvertedStackTraceRendererThrowableInvertedStackTraceRendererFactory.createStackTraceRenderer(ThrowableFormatOptions options) (package private) ThrowableStackTraceRenderer<?> ThrowableStackTraceRendererFactory.createStackTraceRenderer(ThrowableFormatOptions options)