Uses of Class
org.apache.logging.log4j.core.async.ThreadNameCachingStrategy
-
Packages that use ThreadNameCachingStrategy Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes. -
-
Uses of ThreadNameCachingStrategy in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as ThreadNameCachingStrategy Modifier and Type Field Description (package private) static ThreadNameCachingStrategyThreadNameCachingStrategy. DEFAULT_STRATEGYprivate static ThreadNameCachingStrategyAsyncLogger. THREAD_NAME_CACHING_STRATEGYMethods in org.apache.logging.log4j.core.async that return ThreadNameCachingStrategy Modifier and Type Method Description static ThreadNameCachingStrategyThreadNameCachingStrategy. create()static ThreadNameCachingStrategyThreadNameCachingStrategy. valueOf(java.lang.String name)Returns 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 ThreadNameCachingStrategy Modifier and Type Field Description private static ThreadNameCachingStrategyReusableLogEventFactory. THREAD_NAME_CACHING_STRATEGY
-