Uses of Enum
org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
Packages that use ThreadNameCachingStrategy
Package
Description
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Log4j 2 private implementation classes.
-
Uses of ThreadNameCachingStrategy in org.apache.logging.log4j.core.async
Subclasses with type arguments of type ThreadNameCachingStrategy in org.apache.logging.log4j.core.asyncModifier and TypeClassDescriptionenumStrategy for deciding whether thread name should be cached or not.Fields in org.apache.logging.log4j.core.async declared as ThreadNameCachingStrategyModifier and TypeFieldDescription(package private) static final ThreadNameCachingStrategyThreadNameCachingStrategy.DEFAULT_STRATEGYprivate static final ThreadNameCachingStrategyAsyncLogger.THREAD_NAME_CACHING_STRATEGYMethods in org.apache.logging.log4j.core.async that return ThreadNameCachingStrategyModifier and TypeMethodDescriptionstatic ThreadNameCachingStrategyThreadNameCachingStrategy.create()static ThreadNameCachingStrategyReturns the enum constant of this type with the specified name.static ThreadNameCachingStrategy[]ThreadNameCachingStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ThreadNameCachingStrategy in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as ThreadNameCachingStrategyModifier and TypeFieldDescriptionprivate static final ThreadNameCachingStrategyReusableLogEventFactory.THREAD_NAME_CACHING_STRATEGY