Uses of Class
org.apache.logging.log4j.core.async.AsyncLogger.TranslatorType
-
Packages that use AsyncLogger.TranslatorType Package Description org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. -
-
Uses of AsyncLogger.TranslatorType in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async declared as AsyncLogger.TranslatorType Modifier and Type Field Description private AsyncLogger.TranslatorType
AsyncLogger. threadLocalTranslatorType
private AsyncLogger.TranslatorType
AsyncLogger. varargTranslatorType
Methods in org.apache.logging.log4j.core.async that return AsyncLogger.TranslatorType Modifier and Type Method Description private AsyncLogger.TranslatorType
AsyncLogger. getTranslatorType()
-