Uses of Class
org.apache.logging.log4j.status.StatusLogger
-
-
Uses of StatusLogger in org.apache.logging.log4j.core
Fields in org.apache.logging.log4j.core declared as StatusLogger Modifier and Type Field Description protected static StatusLoggerLogEventListener. LOGGER -
Uses of StatusLogger in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender that return StatusLogger Modifier and Type Method Description protected static StatusLoggerAbstractManager. logger() -
Uses of StatusLogger in org.apache.logging.log4j.core.net.ssl
Fields in org.apache.logging.log4j.core.net.ssl declared as StatusLogger Modifier and Type Field Description protected static StatusLoggerStoreConfiguration. LOGGER -
Uses of StatusLogger in org.apache.logging.log4j.core.selector
Fields in org.apache.logging.log4j.core.selector declared as StatusLogger Modifier and Type Field Description protected static StatusLoggerClassLoaderContextSelector. LOGGER -
Uses of StatusLogger in org.apache.logging.log4j.status
Methods in org.apache.logging.log4j.status that return StatusLogger Modifier and Type Method Description static StatusLoggerStatusLogger. getLogger()Gets the static instance.Methods in org.apache.logging.log4j.status with parameters of type StatusLogger Modifier and Type Method Description static voidStatusLogger. setLogger(StatusLogger logger)Sets the static (i.e., singleton) instance returned bygetLogger().
-