|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 levelName,
AppenderRef[] refs,
Property[] properties,
Configuration config,
Filter filter)
|
static LoggerConfig |
LoggerConfig.createLogger(String additivity,
String levelName,
String loggerName,
AppenderRef[] refs,
Property[] properties,
Configuration config,
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()
Returns 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()
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 |
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)
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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |