Uses of Package
org.apache.logging.log4j.core.config.plugins

Packages that use org.apache.logging.log4j.core.config.plugins
org.apache.logging.log4j.core.appender Log4j 2 Appenders. 
org.apache.logging.log4j.core.appender.db.jdbc The JDBC Appender supports writing log events to a relational database using standard JDBC connections. 
org.apache.logging.log4j.core.appender.db.jpa The JPA Appender supports writing log events to a relational database using the Java Persistence API. 
org.apache.logging.log4j.core.appender.mom Message oriented middleware appenders. 
org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender. 
org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes. 
org.apache.logging.log4j.core.appender.routing Apache Flume Appender. 
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.config.json Classes and interfaces supporting configuration of Log4j 2 with JSON. 
org.apache.logging.log4j.core.config.plugins Annotations for Log4j 2 plugins. 
org.apache.logging.log4j.core.config.plugins.convert TypeConverter plugins for converter strings into various types. 
org.apache.logging.log4j.core.config.xml Classes and interfaces supporting configuration of Log4j 2 with XML. 
org.apache.logging.log4j.core.config.yaml Classes and interfaces supporting configuration of Log4j 2 with YAML. 
org.apache.logging.log4j.core.filter Log4j 2 Filter support. 
org.apache.logging.log4j.core.layout Log4j 2 Layout support. 
org.apache.logging.log4j.core.lookup Log4j 2 Lookups. 
org.apache.logging.log4j.core.net Log4j 2 network support. 
org.apache.logging.log4j.core.net.ssl Log4j 2 SSL support 
org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. 
org.apache.logging.log4j.core.util Log4j 2 helper classes. 
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAliases
          Identifies a list of aliases for a Plugin, PluginAttribute, or PluginBuilderAttribute.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginBuilderFactory
          Marks a method as a factory for custom Plugin builders.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender.db.jdbc
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender.db.jpa
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender.mom
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAliases
          Identifies a list of aliases for a Plugin, PluginAttribute, or PluginBuilderAttribute.
PluginBuilderFactory
          Marks a method as a factory for custom Plugin builders.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender.rewrite
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender.rolling
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.appender.routing
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
PluginNode
          Identifies a Plugin configuration Node.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.async
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.config
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAliases
          Identifies a list of aliases for a Plugin, PluginAttribute, or PluginBuilderAttribute.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
PluginValue
          Identifies a parameter as a value.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.config.json
Plugin
          Annotation that identifies a Class as a Plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.config.plugins
PluginVisitorStrategy
          Meta-annotation to denote the class name to use that implements PluginVisitor for the annotated annotation.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.config.plugins.convert
Plugin
          Annotation that identifies a Class as a Plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.config.xml
Plugin
          Annotation that identifies a Class as a Plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.config.yaml
Plugin
          Annotation that identifies a Class as a Plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.filter
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginBuilderFactory
          Marks a method as a factory for custom Plugin builders.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.layout
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginBuilderFactory
          Marks a method as a factory for custom Plugin builders.
PluginConfiguration
          Identifies a parameter or field as a Configuration.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.lookup
Plugin
          Annotation that identifies a Class as a Plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.net
Plugin
          Annotation that identifies a Class as a Plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.net.ssl
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginElement
          Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.pattern
Plugin
          Annotation that identifies a Class as a Plugin.
PluginAttribute
          Identifies a Plugin Attribute and its default value.
PluginFactory
          Identifies a Method as the factory to create the plugin.
 

Classes in org.apache.logging.log4j.core.config.plugins used by org.apache.logging.log4j.core.util
Plugin
          Annotation that identifies a Class as a Plugin.
PluginBuilderFactory
          Marks a method as a factory for custom Plugin builders.
 



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.