Class ThrowableInvertedPropertyRendererFactory
java.lang.Object
org.apache.logging.log4j.core.pattern.ThrowablePropertyRendererFactory
org.apache.logging.log4j.core.pattern.ThrowableInvertedPropertyRendererFactory
@NullMarked
final class ThrowableInvertedPropertyRendererFactory
extends ThrowablePropertyRendererFactory
ThrowablePropertyRendererFactory implementation where the causal chain will be processed in reverse order.-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final ThrowableInvertedPropertyRendererFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static @Nullable StackTraceElementextractThrowingMethod(Throwable throwable) Methods inherited from class org.apache.logging.log4j.core.pattern.ThrowablePropertyRendererFactory
createPropertyRenderer
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ThrowableInvertedPropertyRendererFactory
private ThrowableInvertedPropertyRendererFactory()
-
-
Method Details
-
extractThrowingMethod
-