Package org.apache.logging.log4j.message
Interface ThreadDumpMessage.ThreadInfoFactory
-
- All Known Implementing Classes:
ExtendedThreadInfoFactory
- Enclosing class:
- ThreadDumpMessage
public static interface ThreadDumpMessage.ThreadInfoFactory
Factory to create Thread information.Implementations of this class are loaded via the standard java Service Provider interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<ThreadInformation,StackTraceElement[]>
createThreadInfo()
-
-
-
Method Detail
-
createThreadInfo
Map<ThreadInformation,StackTraceElement[]> createThreadInfo()
-
-