Uses of Class
org.apache.logging.log4j.status.StatusLogger
-
Packages that use StatusLogger Package Description org.apache.log4j.helpers Log4j 1.x compatibility layer.org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config.status Configuration classes for theStatusLogger
API.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.jmx Log4j 2 JMX support.org.apache.logging.log4j.core.net.ssl Log4j 2 SSL supportorg.apache.logging.log4j.core.selector Log4j 2 Context Selectors.org.apache.logging.log4j.core.util Log4j 2 helper classes.org.apache.logging.log4j.message Public Message Types used for Log4j 2.org.apache.logging.log4j.status Status API for Log4j 2.org.apache.logging.log4j.tojul Java JDK java.util.logging (JUL) bridge.org.apache.logging.slf4j SLF4J support. -
-
Uses of StatusLogger in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as StatusLogger Modifier and Type Field Description private static StatusLogger
LogLog. LOGGER
-
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
Fields in org.apache.logging.log4j.core.appender declared as StatusLogger Modifier and Type Field Description private static StatusLogger
AppenderSet. LOGGER
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.async
Fields in org.apache.logging.log4j.core.async declared as StatusLogger Modifier and Type Field Description private static StatusLogger
AsyncLogger. LOGGER
private static StatusLogger
ThreadNameCachingStrategy. LOGGER
-
Uses of StatusLogger in org.apache.logging.log4j.core.config.status
Fields in org.apache.logging.log4j.core.config.status declared as StatusLogger Modifier and Type Field Description private StatusLogger
StatusConfiguration. logger
-
Uses of StatusLogger in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as StatusLogger Modifier and Type Field Description private static StatusLogger
Log4jContextFactory. LOGGER
-
Uses of StatusLogger in org.apache.logging.log4j.core.jmx
Fields in org.apache.logging.log4j.core.jmx declared as StatusLogger Modifier and Type Field Description private static StatusLogger
LoggerContextAdmin. LOGGER
private static StatusLogger
Server. 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 private static StatusLogger
SslConfiguration. LOGGER
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
private static StatusLogger
JndiContextSelector. LOGGER
-
Uses of StatusLogger in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as StatusLogger Modifier and Type Field Description private static StatusLogger
ClockFactory. LOGGER
-
Uses of StatusLogger in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message declared as StatusLogger Modifier and Type Field Description private StatusLogger
LocalizedMessage. logger
-
Uses of StatusLogger in org.apache.logging.log4j.status
Fields in org.apache.logging.log4j.status declared as StatusLogger Modifier and Type Field Description private static StatusLogger
StatusLogger. STATUS_LOGGER
Methods in org.apache.logging.log4j.status that return StatusLogger Modifier and Type Method Description static StatusLogger
StatusLogger. getLogger()
Retrieve the StatusLogger. -
Uses of StatusLogger in org.apache.logging.log4j.tojul
Fields in org.apache.logging.log4j.tojul declared as StatusLogger Modifier and Type Field Description private static StatusLogger
JULLoggerContextFactory. LOGGER
-
Uses of StatusLogger in org.apache.logging.slf4j
Fields in org.apache.logging.slf4j declared as StatusLogger Modifier and Type Field Description private static StatusLogger
Log4jLoggerFactory. LOGGER
private static StatusLogger
SLF4JLoggerContextFactory. LOGGER
-