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

Packages that use LoggerConfig
org.apache.logging.log4j.core Implementation of Log4j 2. 
org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging. 
org.apache.logging.log4j.core.config Configuration of Log4j 2. 
org.apache.logging.log4j.core.jmx Log4j 2 JMX support. 
 

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

Fields in org.apache.logging.log4j.core declared as LoggerConfig
 LoggerConfig Logger.PrivateConfig.loggerConfig
           
 

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.async
 

Subclasses of LoggerConfig in org.apache.logging.log4j.core.async
 class AsyncLoggerConfig
          Asynchronous Logger object that is created via configuration and can be combined with synchronous loggers.
static class AsyncLoggerConfig.RootLogger
          An asynchronous root Logger.
 

Methods in org.apache.logging.log4j.core.async that return LoggerConfig
static LoggerConfig AsyncLoggerConfig.RootLogger.createLogger(String additivity, String levelName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
           
static LoggerConfig AsyncLoggerConfig.createLogger(String additivity, String levelName, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
          Factory method to create a LoggerConfig.
 

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, org.apache.logging.log4j.Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
           
static LoggerConfig LoggerConfig.createLogger(String additivity, org.apache.logging.log4j.Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
          Factory method to create a LoggerConfig.
 LoggerConfig AbstractConfiguration.getLogger(String name)
          Returns the LoggerConfig with the specified name.
 LoggerConfig Configuration.getLoggerConfig(String name)
          Locates the appropriate LoggerConfig for a Logger name.
 LoggerConfig AbstractConfiguration.getLoggerConfig(String name)
          Locates the appropriate LoggerConfig for a Logger name.
 LoggerConfig LoggerConfig.getParent()
          Returns the parent of this LoggerConfig.
 LoggerConfig Loggers.getRoot()
           
 LoggerConfig AbstractConfiguration.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> AbstractConfiguration.getLoggers()
          Returns 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 Configuration.addLogger(String name, LoggerConfig loggerConfig)
           
 void AbstractConfiguration.addLogger(String name, LoggerConfig loggerConfig)
          Add a loggerConfig.
static Loggers LoggersPlugin.createLoggers(LoggerConfig[] loggers)
          Create a Loggers object to contain all the Loggers.
 void LoggerConfig.setParent(LoggerConfig parent)
          Sets the parent of this LoggerConfig.
 

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

Constructor parameters in org.apache.logging.log4j.core.config with type arguments of type LoggerConfig
Loggers(ConcurrentMap<String,LoggerConfig> map, LoggerConfig root)
           
 

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

Constructors in org.apache.logging.log4j.core.jmx with parameters of type LoggerConfig
LoggerConfigAdmin(LoggerContext loggerContext, LoggerConfig loggerConfig)
          Constructs a new LoggerConfigAdmin with the specified LoggerContext and logger config.
 



Copyright © 1999-2014 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.