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

Packages that use Property
org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender. 
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. 
org.apache.logging.log4j.core.impl Log4j 2.0 private implementation classes. 
 

Uses of Property in org.apache.logging.log4j.core.appender.rewrite
 

Methods in org.apache.logging.log4j.core.appender.rewrite with parameters of type Property
static PropertiesRewritePolicy PropertiesRewritePolicy.createPolicy(Configuration config, Property[] props)
          The factory method to create the PropertiesRewritePolicy.
 

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

Methods in org.apache.logging.log4j.core.config that return Property
static Property Property.createProperty(String key, String value)
          Create a Property.
 

Methods in org.apache.logging.log4j.core.config with parameters of type Property
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.
 

Method parameters in org.apache.logging.log4j.core.config with type arguments of type Property
 LogEvent LoggerConfig.createEvent(String loggerName, Marker marker, String fqcn, Level level, Message data, List<Property> properties, Throwable t)
          Creates a log event.
 

Constructors in org.apache.logging.log4j.core.config with parameters of type Property
LoggerConfig(String name, List<AppenderRef> appenders, Filter filter, Level level, boolean additive, Property[] properties, Configuration config)
           
 

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

Methods in org.apache.logging.log4j.core.config.plugins with parameters of type Property
static StrLookup PropertiesPlugin.configureSubstitutor(Property[] properties)
          Create the Properties component.
 

Uses of Property in org.apache.logging.log4j.core.impl
 

Method parameters in org.apache.logging.log4j.core.impl with type arguments of type Property
 LogEvent LogEventFactory.createEvent(String loggerName, Marker marker, String fqcn, Level level, Message data, List<Property> properties, Throwable t)
           
 

Constructor parameters in org.apache.logging.log4j.core.impl with type arguments of type Property
Log4jLogEvent(String loggerName, Marker marker, String fqcn, Level level, Message message, List<Property> properties, Throwable t)
          Constructor.
 



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