Constant Field Values


Contents
org.apache.*

org.apache.log4j.Level
public static final int TRACE_INT 5000

org.apache.log4j.LogManager
public static final String CONFIGURATOR_CLASS_KEY "log4j.configuratorClass"
public static final String DEFAULT_CONFIGURATION_FILE "log4j.properties"
public static final String DEFAULT_CONFIGURATION_KEY "log4j.configuration"
public static final String DEFAULT_INIT_OVERRIDE_KEY "log4j.defaultInitOverride"

org.apache.log4j.Priority
public static final int ALL_INT -2147483648
public static final int DEBUG_INT 10000
public static final int ERROR_INT 40000
public static final int FATAL_INT 50000
public static final int INFO_INT 20000
public static final int OFF_INT 2147483647
public static final int WARN_INT 30000

org.apache.log4j.spi.Filter
public static final int ACCEPT 1
public static final int DENY -1
public static final int NEUTRAL 0



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.