org.apache.logging.log4j.core.config
Annotation Type Order


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Order

Identifies the relative ordering of a ConfigurationFactory plugin.

See Also:
OrderComparator

Required Element Summary
 int value
          The priority of this annotated type.
 

Element Detail

value

public abstract int value
The priority of this annotated type. Larger numbers indicate lower priority with a lowest priority of Integer.MAX_VALUE.



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.