Class ExtendedClassInfo

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

public final class ExtendedClassInfo extends Object implements Serializable
Class and package data used with a StackTraceElement in a ExtendedStackTraceElement.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • exact

      private final boolean exact
    • location

      private final String location
    • version

      private final String version
  • Constructor Details

    • ExtendedClassInfo

      public ExtendedClassInfo(boolean exact, String location, String version)
      Constructs a new instance.
      Parameters:
      exact -
      location -
      version -
  • Method Details