Uses of Class
org.apache.logging.log4j.core.LoggerContext

Packages that use LoggerContext
org.apache.logging.log4j.core Implementation of Log4j 2.0. 
org.apache.logging.log4j.core.config Configuration of Log4j 2.0. 
org.apache.logging.log4j.core.impl Log4j 2.0 private implementation classes. 
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.config
 

Methods in org.apache.logging.log4j.core.config that return LoggerContext
static LoggerContext Configurator.initialize(String name, ClassLoader loader, String configLocation)
          Initialize the Logging Context.
static LoggerContext Configurator.initialize(String name, ClassLoader loader, URI configLocation)
          Initialize the Logging Context.
 

Methods in org.apache.logging.log4j.core.config with parameters of type LoggerContext
static void Configurator.shutdown(LoggerContext ctx)
           
 

Uses of LoggerContext in org.apache.logging.log4j.core.impl
 

Fields in org.apache.logging.log4j.core.impl with type parameters of type LoggerContext
static ThreadLocal<LoggerContext> ContextAnchor.THREAD_CONTEXT
          Anchor for the LoggerContext for the current Thread.
 

Methods in org.apache.logging.log4j.core.impl that return LoggerContext
 LoggerContext Log4jContextFactory.getContext(String fqcn, ClassLoader loader, boolean currentContext)
          Load the LoggerContext using the ContextSelector.
 

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, ClassLoader loader, boolean currentContext)
           
 LoggerContext ContextSelector.getContext(String fqcn, ClassLoader loader, boolean currentContext)
          Return the LoggerContext.
 LoggerContext ClassLoaderContextSelector.getContext(String fqcn, ClassLoader loader, boolean currentContext)
           
 LoggerContext BasicContextSelector.getContext(String fqcn, ClassLoader loader, 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)
           
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.