|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoggerContext | |
---|---|
org.apache.logging.log4j.core | Implementation of Log4j 2.0. |
org.apache.logging.log4j.core.impl | Log4j 2.0 private implementation classes. |
org.apache.logging.log4j.core.javaee | Classes to aid integration with Java EE. |
org.apache.logging.log4j.core.jmx | Log4j 2.0 JMX support. |
org.apache.logging.log4j.core.selector | Log4j 2.0 Context Selectors. |
Uses of LoggerContext in org.apache.logging.log4j.core |
---|
Methods in org.apache.logging.log4j.core that return LoggerContext | |
---|---|
LoggerContext |
Logger.getContext()
Return the LoggerContext this Logger is associated with. |
Constructors in org.apache.logging.log4j.core with parameters of type LoggerContext | |
---|---|
Logger(LoggerContext context,
String name)
The constructor. |
Uses of LoggerContext in org.apache.logging.log4j.core.impl |
---|
Methods in org.apache.logging.log4j.core.impl that return LoggerContext | |
---|---|
LoggerContext |
Log4jContextFactory.getContext(String fqcn,
boolean currentContext)
Load the LoggerContext using the ContextSelector. |
Uses of LoggerContext in org.apache.logging.log4j.core.javaee |
---|
Fields in org.apache.logging.log4j.core.javaee with type parameters of type LoggerContext | |
---|---|
static ThreadLocal<LoggerContext> |
ContextAnchor.THREAD_CONTEXT
Anchor for the LoggerContext for the current Thread. |
Uses of LoggerContext in org.apache.logging.log4j.core.jmx |
---|
Methods in org.apache.logging.log4j.core.jmx that return types with arguments of type LoggerContext | |
---|---|
List<LoggerContext> |
Log4jManagerMBean.getLoggerContexts()
|
List<LoggerContext> |
Log4jManager.getLoggerContexts()
|
Uses of LoggerContext in org.apache.logging.log4j.core.selector |
---|
Methods in org.apache.logging.log4j.core.selector that return LoggerContext | |
---|---|
LoggerContext |
JNDIContextSelector.getContext(String fqcn,
boolean currentContext)
|
LoggerContext |
ContextSelector.getContext(String fqcn,
boolean currentContext)
Return the LoggerContext. |
LoggerContext |
ClassLoaderContextSelector.getContext(String fqcn,
boolean currentContext)
|
LoggerContext |
BasicContextSelector.getContext(String fqcn,
boolean currentContext)
|
LoggerContext |
NamedContextSelector.locateContext(String name,
String configLocation)
Locate the LoggerContext with the specified name. |
LoggerContext |
JNDIContextSelector.locateContext(String name,
String configLocation)
|
LoggerContext |
BasicContextSelector.locateContext(String name,
String configLocation)
|
LoggerContext |
NamedContextSelector.removeContext(String name)
Locate the LoggerContext with the specified name using the default configuration. |
LoggerContext |
JNDIContextSelector.removeContext(String name)
|
Methods in org.apache.logging.log4j.core.selector that return types with arguments of type LoggerContext | |
---|---|
List<LoggerContext> |
JNDIContextSelector.getLoggerContexts()
|
List<LoggerContext> |
ContextSelector.getLoggerContexts()
Return a List of all the available LoggerContexts. |
List<LoggerContext> |
ClassLoaderContextSelector.getLoggerContexts()
|
List<LoggerContext> |
BasicContextSelector.getLoggerContexts()
|
Methods in org.apache.logging.log4j.core.selector with parameters of type LoggerContext | |
---|---|
void |
JNDIContextSelector.removeContext(LoggerContext context)
|
void |
ClassLoaderContextSelector.removeContext(LoggerContext context)
|
void |
BasicContextSelector.removeContext(LoggerContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |