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 theStatusLoggerAPI.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.layout.template.json.util 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.taglib Classes (JSP tags) to enable logging in JSPs without using Java scripting.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 StatusLoggerLogLog. 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 StatusLoggerLogEventListener. 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 StatusLoggerAppenderSet. LOGGERMethods 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.async
Fields in org.apache.logging.log4j.core.async declared as StatusLogger Modifier and Type Field Description private static StatusLoggerAsyncLogger. LOGGERprivate static StatusLoggerThreadNameCachingStrategy. 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 StatusLoggerStatusConfiguration. 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 StatusLoggerLog4jContextFactory. 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 StatusLoggerLoggerContextAdmin. LOGGERprivate static StatusLoggerServer. 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 StatusLoggerSslConfiguration. LOGGERprotected 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. LOGGERprivate static StatusLoggerJndiContextSelector. 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 StatusLoggerClockFactory. LOGGER -
Uses of StatusLogger in org.apache.logging.log4j.layout.template.json.util
Fields in org.apache.logging.log4j.layout.template.json.util declared as StatusLogger Modifier and Type Field Description private static StatusLoggerInstantFormatter. 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 StatusLoggerLocalizedMessage. 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 StatusLoggerStatusLogger. STATUS_LOGGERMethods in org.apache.logging.log4j.status that return StatusLogger Modifier and Type Method Description static StatusLoggerStatusLogger. getLogger()Retrieve the StatusLogger. -
Uses of StatusLogger in org.apache.logging.log4j.taglib
Fields in org.apache.logging.log4j.taglib declared as StatusLogger Modifier and Type Field Description private static StatusLoggerTagUtils. LOGGER -
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 StatusLoggerJULLoggerContextFactory. 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 StatusLoggerLog4jLoggerFactory. LOGGERprivate static StatusLoggerSLF4JLoggerContextFactory. LOGGER
-