Uses of Interface
org.apache.logging.log4j.core.selector.ContextSelector

Packages that use ContextSelector
org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. 
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 ContextSelector in org.apache.logging.log4j.core.async
 

Classes in org.apache.logging.log4j.core.async that implement ContextSelector
 class AsyncLoggerContextSelector
          ContextSelector that returns the singleton AsyncLoggerContext.
 

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

Methods in org.apache.logging.log4j.core.impl that return ContextSelector
 ContextSelector Log4jContextFactory.getSelector()
          Returns the ContextSelector.
 

Uses of ContextSelector in org.apache.logging.log4j.core.jmx
 

Methods in org.apache.logging.log4j.core.jmx with parameters of type ContextSelector
static void Server.registerMBeans(ContextSelector selector)
          Creates MBeans to instrument the specified selector and other classes in the log4j class hierarchy and registers the MBeans in the platform MBean server so they can be accessed by remote clients.
static void Server.registerMBeans(ContextSelector selector, MBeanServer mbs)
          Creates MBeans to instrument the specified selector and other classes in the log4j class hierarchy and registers the MBeans in the specified MBean server so they can be accessed by remote clients.
 

Constructors in org.apache.logging.log4j.core.jmx with parameters of type ContextSelector
ContextSelectorAdmin(ContextSelector selector)
          Constructs a new ContextSelectorAdmin.
 

Uses of ContextSelector in org.apache.logging.log4j.core.selector
 

Subinterfaces of ContextSelector in org.apache.logging.log4j.core.selector
 interface NamedContextSelector
          ContextSelectors that have a name.
 

Classes in org.apache.logging.log4j.core.selector that implement ContextSelector
 class BasicContextSelector
          Returns either this Thread's context or the default LoggerContext.
 class ClassLoaderContextSelector
          This ContextSelector chooses a LoggerContext based upon the ClassLoader of the caller.
 class JNDIContextSelector
          This class can be used to define a custom logger repository.
 



Copyright © 1999-2013 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.