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
ThrowablePropertyRendererFactoryimplementation where the causal chain will be processed in reverse order.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ThrowableInvertedPropertyRendererFactoryINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateThrowableInvertedPropertyRendererFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static @Nullable java.lang.StackTraceElementextractThrowingMethod(java.lang.Throwable throwable)-
Methods inherited from class org.apache.logging.log4j.core.pattern.ThrowablePropertyRendererFactory
createPropertyRenderer
-
-
-
-
Field Detail
-
INSTANCE
static final ThrowableInvertedPropertyRendererFactory INSTANCE
-
-