Uses of Class
org.apache.logging.log4j.core.config.LoggerConfig

Packages that use LoggerConfig
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.config.plugins Configuration of Log4j 2.0 via Plugins. 
 

Uses of LoggerConfig in org.apache.logging.log4j.core
 

Constructors in org.apache.logging.log4j.core with parameters of type LoggerConfig
Logger.PrivateConfig(Logger.PrivateConfig pc, LoggerConfig lc)
           
 

Uses of LoggerConfig in org.apache.logging.log4j.core.config
 

Subclasses of LoggerConfig in org.apache.logging.log4j.core.config
static class LoggerConfig.RootLogger
          The root Logger.
 

Methods in org.apache.logging.log4j.core.config that return LoggerConfig
static LoggerConfig LoggerConfig.RootLogger.createLogger(String additivity, String loggerLevel, AppenderRef[] refs, Filter filter)
           
static LoggerConfig LoggerConfig.createLogger(String additivity, String loggerLevel, String loggerName, AppenderRef[] refs, Filter filter)
          Factory method to create a LoggerConfig.
 LoggerConfig BaseConfiguration.getLogger(String name)
          Returns the LoggerConfig with the specified name.
 LoggerConfig Configuration.getLoggerConfig(String name)
          Locates the appropriate LoggerConfig for a Logger name.
 LoggerConfig BaseConfiguration.getLoggerConfig(String name)
          Locates the appropriate LoggerConfig for a Logger name.
 LoggerConfig LoggerConfig.getParent()
          Return the parent of this LoggerConfig.
 LoggerConfig Loggers.getRoot()
           
 LoggerConfig BaseConfiguration.getRootLogger()
          Returns the root Logger.
 

Methods in org.apache.logging.log4j.core.config that return types with arguments of type LoggerConfig
 Map<String,LoggerConfig> Configuration.getLoggers()
           
 Map<String,LoggerConfig> BaseConfiguration.getLoggers()
          Return a Map of all the LoggerConfigs.
 ConcurrentMap<String,LoggerConfig> Loggers.getMap()
           
 

Methods in org.apache.logging.log4j.core.config with parameters of type LoggerConfig
 void BaseConfiguration.addLogger(String name, LoggerConfig loggerConfig)
          Adding a logger cannot be done atomically so is not allowed in an active configuration.
 void LoggerConfig.setParent(LoggerConfig parent)
          Set the parent of this LoggerConfig.
 

Constructors in org.apache.logging.log4j.core.config with parameters of type LoggerConfig
Loggers(ConcurrentMap map, LoggerConfig root)
           
 

Uses of LoggerConfig in org.apache.logging.log4j.core.config.plugins
 

Methods in org.apache.logging.log4j.core.config.plugins with parameters of type LoggerConfig
static Loggers LoggersPlugin.createLoggers(LoggerConfig[] loggers)
          Create a Loggers object to contain all the Loggers.
 



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