Uses of Interface
org.apache.logging.log4j.spi.LoggerContext
-
Packages that use LoggerContext Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.legacy.core org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.selector Log4j 2 Context Selectors.org.apache.logging.log4j.jcl Log4j 2 adapter for Commons Logging.org.apache.logging.log4j.jpl org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.tojul Java JDK java.util.logging (JUL) bridge.org.apache.logging.slf4j SLF4J support. -
-
Uses of LoggerContext in org.apache.log4j
Fields in org.apache.log4j with type parameters of type LoggerContext Modifier and Type Field Description private static java.util.WeakHashMap<LoggerContext,java.util.concurrent.ConcurrentMap<java.lang.String,Logger>>
Hierarchy. CONTEXT_MAP
Methods in org.apache.log4j that return LoggerContext Modifier and Type Method Description (package private) static LoggerContext
Hierarchy. getContext()
(package private) LoggerContext
Hierarchy. getContext(java.lang.ClassLoader classLoader)
protected LoggerContext
Hierarchy.PrivateLoggerAdapter. getContext()
static LoggerContext
Hierarchy.PrivateLogManager. getContext()
(package private) static LoggerContext
LogManager. getContext(java.lang.ClassLoader classLoader)
Gets a LoggerContext.Methods in org.apache.log4j with parameters of type LoggerContext Modifier and Type Method Description (package private) Logger
Hierarchy. exists(java.lang.String name, LoggerContext loggerContext)
private Logger
Hierarchy. getInstance(LoggerContext context, java.lang.String name)
private Logger
Hierarchy. getInstance(LoggerContext context, java.lang.String name, Hierarchy.PrivateLoggerAdapter factory)
private Logger
Hierarchy. getInstance(LoggerContext context, java.lang.String name, LoggerFactory factory)
(package private) static java.util.concurrent.ConcurrentMap<java.lang.String,Logger>
Hierarchy. getLoggersMap(LoggerContext context)
protected Logger
Hierarchy.PrivateLoggerAdapter. newLogger(java.lang.String name, LoggerContext context)
(package private) void
Hierarchy. resetConfiguration(LoggerContext loggerContext)
(package private) void
Hierarchy. shutdown(LoggerContext context)
Constructors in org.apache.log4j with parameters of type LoggerContext Constructor Description Category(LoggerContext context, java.lang.String name)
Constructor used by Logger to specify a LoggerContext.Logger(LoggerContext context, java.lang.String name)
-
Uses of LoggerContext in org.apache.log4j.config
Constructors in org.apache.log4j.config with parameters of type LoggerContext Constructor Description PropertiesConfiguration(LoggerContext loggerContext, java.util.Properties properties)
Constructs a new instance. -
Uses of LoggerContext in org.apache.log4j.legacy.core
Methods in org.apache.log4j.legacy.core that return LoggerContext Modifier and Type Method Description static LoggerContext
CategoryUtil. getLoggerContext(Logger logger)
Delegates toLogger.getContext()
if appropriate.Methods in org.apache.log4j.legacy.core with parameters of type LoggerContext Modifier and Type Method Description static void
ContextUtil. reconfigure(LoggerContext loggerContext)
Delegates toLoggerContext.reconfigure()
if appropriate.static void
ContextUtil. shutdown(LoggerContext loggerContext)
Delegates toLoggerContext.close()
if appropriate. -
Uses of LoggerContext in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return LoggerContext Modifier and Type Method Description static LoggerContext
LogManager. getContext()
Returns the current LoggerContext.static LoggerContext
LogManager. getContext(boolean currentContext)
Returns a LoggerContext.static LoggerContext
LogManager. getContext(java.lang.ClassLoader loader, boolean currentContext)
Returns a LoggerContext.static LoggerContext
LogManager. getContext(java.lang.ClassLoader loader, boolean currentContext, java.lang.Object externalContext)
Returns a LoggerContext.static LoggerContext
LogManager. getContext(java.lang.ClassLoader loader, boolean currentContext, java.lang.Object externalContext, java.net.URI configLocation)
Returns a LoggerContext.static LoggerContext
LogManager. getContext(java.lang.ClassLoader loader, boolean currentContext, java.lang.Object externalContext, java.net.URI configLocation, java.lang.String name)
Returns a LoggerContext.static LoggerContext
LogManager. getContext(java.lang.ClassLoader loader, boolean currentContext, java.net.URI configLocation)
Returns a LoggerContext.protected static LoggerContext
LogManager. getContext(java.lang.String fqcn, boolean currentContext)
Returns a LoggerContextprotected static LoggerContext
LogManager. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, boolean currentContext)
Returns a LoggerContextprotected static LoggerContext
LogManager. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, boolean currentContext, java.net.URI configLocation, java.lang.String name)
Returns a LoggerContextMethods in org.apache.logging.log4j with parameters of type LoggerContext Modifier and Type Method Description static void
LogManager. shutdown(LoggerContext context)
Shutdown the logging system if the logging system supports it. -
Uses of LoggerContext in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement LoggerContext Modifier and Type Class Description class
LoggerContext
The LoggerContext is the anchor for the logging system. -
Uses of LoggerContext in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement LoggerContext Modifier and Type Class Description class
AsyncLoggerContext
LoggerContext
that createsAsyncLogger
objects. -
Uses of LoggerContext in org.apache.logging.log4j.core.impl
Methods in org.apache.logging.log4j.core.impl with parameters of type LoggerContext Modifier and Type Method Description void
Log4jContextFactory. removeContext(LoggerContext context)
Removes knowledge of a LoggerContext. -
Uses of LoggerContext in org.apache.logging.log4j.core.selector
Methods in org.apache.logging.log4j.core.selector with parameters of type LoggerContext Modifier and Type Method Description void
ClassLoaderContextSelector. contextShutdown(LoggerContext loggerContext)
-
Uses of LoggerContext in org.apache.logging.log4j.jcl
Methods in org.apache.logging.log4j.jcl that return LoggerContext Modifier and Type Method Description protected LoggerContext
LogAdapter. getContext()
Methods in org.apache.logging.log4j.jcl with parameters of type LoggerContext Modifier and Type Method Description protected org.apache.commons.logging.Log
LogAdapter. newLogger(java.lang.String name, LoggerContext context)
-
Uses of LoggerContext in org.apache.logging.log4j.jpl
Methods in org.apache.logging.log4j.jpl that return LoggerContext Modifier and Type Method Description protected LoggerContext
Log4jSystemLoggerAdapter. getContext()
Methods in org.apache.logging.log4j.jpl with parameters of type LoggerContext Modifier and Type Method Description protected java.lang.System.Logger
Log4jSystemLoggerAdapter. newLogger(java.lang.String name, LoggerContext context)
-
Uses of LoggerContext in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement LoggerContext Modifier and Type Class Description class
SimpleLoggerContext
A simpleLoggerContext
implementation.Methods in org.apache.logging.log4j.simple that return LoggerContext Modifier and Type Method Description LoggerContext
SimpleLoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext)
LoggerContext
SimpleLoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext, java.net.URI configLocation, java.lang.String name)
Methods in org.apache.logging.log4j.simple with parameters of type LoggerContext Modifier and Type Method Description void
SimpleLoggerContextFactory. removeContext(LoggerContext removeContext)
-
Uses of LoggerContext in org.apache.logging.log4j.spi
Fields in org.apache.logging.log4j.spi declared as LoggerContext Modifier and Type Field Description static LoggerContext[]
LoggerContext. EMPTY_ARRAY
Empty array.Fields in org.apache.logging.log4j.spi with type parameters of type LoggerContext Modifier and Type Field Description protected java.util.Map<LoggerContext,java.util.concurrent.ConcurrentMap<java.lang.String,L>>
AbstractLoggerAdapter. registry
A map to store loggers for their given LoggerContexts.Methods in org.apache.logging.log4j.spi that return LoggerContext Modifier and Type Method Description protected abstract LoggerContext
AbstractLoggerAdapter. getContext()
Gets theLoggerContext
that should be used to look up or create loggers.protected LoggerContext
AbstractLoggerAdapter. getContext(java.lang.Class<?> callerClass)
Gets theLoggerContext
associated with the given caller class.LoggerContext
LoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext)
Creates aLoggerContext
.LoggerContext
LoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext, java.net.URI configLocation, java.lang.String name)
Creates aLoggerContext
.Methods in org.apache.logging.log4j.spi that return types with arguments of type LoggerContext Modifier and Type Method Description java.util.Set<LoggerContext>
AbstractLoggerAdapter. getLoggerContexts()
For unit testing.Methods in org.apache.logging.log4j.spi with parameters of type LoggerContext Modifier and Type Method Description void
AbstractLoggerAdapter. contextShutdown(LoggerContext loggerContext)
void
LoggerContextShutdownAware. contextShutdown(LoggerContext loggerContext)
java.util.concurrent.ConcurrentMap<java.lang.String,L>
AbstractLoggerAdapter. getLoggersInContext(LoggerContext context)
Gets or creates the ConcurrentMap of named loggers for a given LoggerContext.protected abstract L
AbstractLoggerAdapter. newLogger(java.lang.String name, LoggerContext context)
Creates a new named logger for a givenLoggerContext
.void
LoggerContextFactory. removeContext(LoggerContext context)
Removes knowledge of a LoggerContext. -
Uses of LoggerContext in org.apache.logging.log4j.tojul
Classes in org.apache.logging.log4j.tojul that implement LoggerContext Modifier and Type Class Description (package private) class
JULLoggerContext
Implementation of Log4jLoggerContext
SPI.Fields in org.apache.logging.log4j.tojul declared as LoggerContext Modifier and Type Field Description private static LoggerContext
JULLoggerContextFactory. context
Methods in org.apache.logging.log4j.tojul that return LoggerContext Modifier and Type Method Description LoggerContext
JULLoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext)
LoggerContext
JULLoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext, java.net.URI configLocation, java.lang.String name)
Methods in org.apache.logging.log4j.tojul with parameters of type LoggerContext Modifier and Type Method Description void
JULLoggerContextFactory. removeContext(LoggerContext ignored)
-
Uses of LoggerContext in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement LoggerContext Modifier and Type Class Description class
SLF4JLoggerContext
Fields in org.apache.logging.slf4j declared as LoggerContext Modifier and Type Field Description private static LoggerContext
SLF4JLoggerContextFactory. context
Methods in org.apache.logging.slf4j that return LoggerContext Modifier and Type Method Description protected LoggerContext
Log4jLoggerFactory. getContext()
LoggerContext
SLF4JLoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext)
LoggerContext
SLF4JLoggerContextFactory. getContext(java.lang.String fqcn, java.lang.ClassLoader loader, java.lang.Object externalContext, boolean currentContext, java.net.URI configLocation, java.lang.String name)
private LoggerContext
Log4jLoggerFactory. validateContext(LoggerContext context)
Methods in org.apache.logging.slf4j with parameters of type LoggerContext Modifier and Type Method Description protected org.slf4j.Logger
Log4jLoggerFactory. newLogger(java.lang.String name, LoggerContext context)
void
SLF4JLoggerContextFactory. removeContext(LoggerContext ignored)
private LoggerContext
Log4jLoggerFactory. validateContext(LoggerContext context)
-