Uses of Class
org.apache.logging.log4j.util.StackLocator
-
Packages that use StackLocator Package Description org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API. -
-
Uses of StackLocator in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util declared as StackLocator Modifier and Type Field Description private static StackLocator
StackLocator. INSTANCE
private static StackLocator
StackLocatorUtil. stackLocator
Methods in org.apache.logging.log4j.util that return StackLocator Modifier and Type Method Description static StackLocator
StackLocator. getInstance()
Gets the singleton instance.
-