Class ExtendedClassInfo
java.lang.Object
org.apache.logging.log4j.core.impl.ExtendedClassInfo
- All Implemented Interfaces:
Serializable
Class and package data used with a
StackTraceElement
in a ExtendedStackTraceElement
.- See Also:
-
Constructor Summary
ConstructorDescriptionExtendedClassInfo
(boolean exact, String location, String version) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
getExact()
int
hashCode()
void
renderOn
(StringBuilder output, TextRenderer textRenderer) toString()
-
Constructor Details
-
ExtendedClassInfo
Constructs a new instance.- Parameters:
exact
- Whether the class was obtained viasun.reflect.Reflection#getCallerClass(int)
.location
- a classpath element or a jarversion
- the string describing a version
-
-
Method Details