Uses of Class
org.apache.logging.log4j.status.StatusLogger
-
Packages that use StatusLogger Package Description org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.net.ssl Log4j 2 SSL supportorg.apache.logging.log4j.core.selector Log4j 2 Context Selectors.org.apache.logging.log4j.status Status API for Log4j 2. -
-
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 StatusLogger
LogEventListener. 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 StatusLogger
AbstractManager. 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 StatusLogger
StoreConfiguration. 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 StatusLogger
ClassLoaderContextSelector. 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 StatusLogger
StatusLogger. getLogger()
Retrieve the StatusLogger.
-