Uses of Interface
org.apache.logging.log4j.message.ThreadInformation
Packages that use ThreadInformation
Package
Description
Public Message Types used for Log4j 2.
-
Uses of ThreadInformation in org.apache.logging.log4j.core.message
Classes in org.apache.logging.log4j.core.message that implement ThreadInformationModifier and TypeClassDescription(package private) classProvides information on locks and monitors in the thread dump.Methods in org.apache.logging.log4j.core.message that return types with arguments of type ThreadInformation -
Uses of ThreadInformation in org.apache.logging.log4j.message
Classes in org.apache.logging.log4j.message that implement ThreadInformationModifier and TypeClassDescription(package private) classGenerates information about the current Thread.Fields in org.apache.logging.log4j.message with type parameters of type ThreadInformationModifier and TypeFieldDescriptionprivate Map<ThreadInformation, StackTraceElement[]> ThreadDumpMessage.threadsMethods in org.apache.logging.log4j.message that return types with arguments of type ThreadInformationModifier and TypeMethodDescriptionThreadDumpMessage.BasicThreadInfoFactory.createThreadInfo()ThreadDumpMessage.ThreadInfoFactory.createThreadInfo()