Class ExtendedStackTraceElement

java.lang.Object
org.apache.logging.log4j.core.impl.ExtendedStackTraceElement
All Implemented Interfaces:
Serializable

public final class ExtendedStackTraceElement extends Object implements Serializable
Wraps and extends the concept of the JRE's final class StackTraceElement by adding more location information.

Complements a StackTraceElement with:

  • exact: whether the class was obtained via
    invalid reference
    sun.reflect.Reflection#getCallerClass(int)
  • location: a classpath element or a jar
  • version
See Also: