Uses of Interface
org.apache.logging.log4j.spi.LoggerContext

Packages that use LoggerContext
org.apache.logging.log4j Public API for Log4j 2.0. 
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. 
 

Uses of LoggerContext in org.apache.logging.log4j
 

Methods in org.apache.logging.log4j that return LoggerContext
static LoggerContext LogManager.getContext()
          Returns the current LoggerContext.
static LoggerContext LogManager.getContext(boolean currentContext)
          Returns a LoggerContext.
static LoggerContext LogManager.getContext(ClassLoader loader, boolean currentContext)
          Returns a LoggerContext.
static LoggerContext LogManager.getContext(ClassLoader loader, boolean currentContext, URI configLocation)
          Returns a LoggerContext.
protected static LoggerContext LogManager.getContext(String fqcn, boolean currentContext)
          Returns a LoggerContext
protected static LoggerContext LogManager.getContext(String fqcn, ClassLoader loader, boolean currentContext)
          Returns a LoggerContext
 

Uses of LoggerContext in org.apache.logging.log4j.simple
 

Classes in org.apache.logging.log4j.simple that implement LoggerContext
 class SimpleLoggerContext
           
 

Methods in org.apache.logging.log4j.simple that return LoggerContext
 LoggerContext SimpleLoggerContextFactory.getContext(String fqcn, ClassLoader loader, boolean currentContext)
           
 LoggerContext SimpleLoggerContextFactory.getContext(String fqcn, ClassLoader loader, boolean currentContext, URI configLocation)
           
 

Uses of LoggerContext in org.apache.logging.log4j.spi
 

Methods in org.apache.logging.log4j.spi that return LoggerContext
 LoggerContext LoggerContextFactory.getContext(String fqcn, ClassLoader loader, boolean currentContext)
          Creates a LoggerContext.
 LoggerContext LoggerContextFactory.getContext(String fqcn, ClassLoader loader, boolean currentContext, URI configLocation)
          Creates a LoggerContext.
 



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.