org.apache.logging.log4j.core.config.plugins
Annotation Type PluginElement


@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
@PluginVisitorStrategy(value=PluginElementVisitor.class)
public @interface PluginElement

Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.


Required Element Summary
 String value
          Identifies the case-insensitive element name (or attribute name) this corresponds with in a configuration file.
 

Element Detail

value

public abstract String value
Identifies the case-insensitive element name (or attribute name) this corresponds with in a configuration file.



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