org.apache.logging.log4j.core.async
Class AsyncLoggerConfig.RootLogger

java.lang.Object
  extended by org.apache.logging.log4j.core.AbstractLifeCycle
      extended by org.apache.logging.log4j.core.filter.AbstractFilterable
          extended by org.apache.logging.log4j.core.config.LoggerConfig
              extended by org.apache.logging.log4j.core.async.AsyncLoggerConfig.RootLogger
All Implemented Interfaces:
Serializable, Filterable, LifeCycle
Enclosing class:
AsyncLoggerConfig

@Plugin(name="asyncRoot",
        category="Core",
        printObject=true)
public static class AsyncLoggerConfig.RootLogger
extends LoggerConfig

An asynchronous root Logger.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.logging.log4j.core.config.LoggerConfig
LoggerConfig.RootLogger
 
Nested classes/interfaces inherited from interface org.apache.logging.log4j.core.LifeCycle
LifeCycle.State
 
Field Summary
 
Fields inherited from class org.apache.logging.log4j.core.AbstractLifeCycle
LOGGER
 
Constructor Summary
AsyncLoggerConfig.RootLogger()
           
 
Method Summary
static LoggerConfig createLogger(String additivity, String levelName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
           
 
Methods inherited from class org.apache.logging.log4j.core.config.LoggerConfig
addAppender, callAppenders, clearAppenders, createLogger, getAppenderRefs, getAppenders, getFilter, getLevel, getLogEventFactory, getName, getParent, getProperties, includeLocation, isAdditive, isIncludeLocation, log, log, removeAppender, setAdditive, setLevel, setLogEventFactory, setParent, toString
 
Methods inherited from class org.apache.logging.log4j.core.filter.AbstractFilterable
addFilter, hasFilter, isFiltered, removeFilter, start, stop
 
Methods inherited from class org.apache.logging.log4j.core.AbstractLifeCycle
equals, getState, hashCode, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.logging.log4j.core.LifeCycle
isStarted, isStopped
 

Constructor Detail

AsyncLoggerConfig.RootLogger

public AsyncLoggerConfig.RootLogger()
Method Detail

createLogger

@PluginFactory
public static LoggerConfig createLogger(@PluginAttribute(value="additivity")
                                                      String additivity,
                                                      @PluginAttribute(value="level")
                                                      String levelName,
                                                      @PluginAttribute(value="includeLocation")
                                                      String includeLocation,
                                                      @PluginElement(value="AppenderRef")
                                                      AppenderRef[] refs,
                                                      @PluginElement(value="Properties")
                                                      Property[] properties,
                                                      @PluginConfiguration
                                                      Configuration config,
                                                      @PluginElement(value="Filter")
                                                      Filter filter)


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.