-
Classes Class Description org.apache.log4j.Dispatcher Since 1.3.org.apache.log4j.jmx.Agent org.apache.log4j.spi.NullWriter org.apache.log4j.spi.RootCategory Replaced byRootLogger
.org.apache.log4j.spi.VectorWriter
-
Fields Field Description org.apache.log4j.Dispatcher.bf org.apache.log4j.EnhancedPatternLayout.BUF_SIZE since 1.3org.apache.log4j.EnhancedPatternLayout.MAX_CAPACITY since 1.3org.apache.log4j.helpers.DateLayout.DATE_FORMAT_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.helpers.DateLayout.TIMEZONE_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.helpers.LogLog.CONFIG_DEBUG_KEY UseLogLog.DEBUG_KEY
instead.org.apache.log4j.helpers.SyslogWriter.syslogHost org.apache.log4j.HTMLLayout.LOCATION_INFO_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.jmx.Agent.log org.apache.log4j.LogManager.CONFIGURATOR_CLASS_KEY This variable is for internal use only. It will become private in future versions.org.apache.log4j.LogManager.DEFAULT_CONFIGURATION_FILE This variable is for internal use only. It will become package protected in future versions.org.apache.log4j.LogManager.DEFAULT_CONFIGURATION_KEY This variable is for internal use only. It will become private in future versions.org.apache.log4j.LogManager.DEFAULT_INIT_OVERRIDE_KEY This variable is for internal use only. It will become private in future versions.org.apache.log4j.pattern.LogEvent.categoryName This field will be marked as private in future releases. Please do not access it directly. Use theLogEvent.getLoggerName()
method instead.org.apache.log4j.pattern.LogEvent.level This field will be marked as private in future releases. Please do not access it directly. Use theLogEvent.getLevel()
method instead.org.apache.log4j.pattern.LogEvent.logger This field will be marked as private or be completely removed in future releases. Please do not use it.org.apache.log4j.Priority.DEBUG UseLevel.DEBUG
instead.org.apache.log4j.Priority.ERROR UseLevel.ERROR
instead.org.apache.log4j.Priority.FATAL UseLevel.FATAL
instead.org.apache.log4j.Priority.INFO UseLevel.INFO
instead.org.apache.log4j.Priority.WARN UseLevel.WARN
instead.org.apache.log4j.spi.Filter.next As of 1.2.12, useFilter.getNext()
andFilter.setNext(org.apache.log4j.spi.Filter)
insteadorg.apache.log4j.spi.LoggingEvent.categoryName This field will be marked as private in future releases. Please do not access it directly. Use theLoggingEvent.getLoggerName()
method instead.org.apache.log4j.spi.LoggingEvent.level This field will be marked as private in future releases. Please do not access it directly. Use theLoggingEvent.getLevel()
method instead.org.apache.log4j.spi.LoggingEvent.logger This field will be marked as private or be completely removed in future releases. Please do not use it.org.apache.log4j.varia.StringMatchFilter.ACCEPT_ON_MATCH_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.org.apache.log4j.varia.StringMatchFilter.STRING_TO_MATCH_OPTION Options are now handled using the JavaBeans paradigm. This constant is not longer needed and will be removed in the near term.
-
Constructors Constructor Description org.apache.log4j.Dispatcher(BoundedFIFO, AsyncAppender) org.apache.log4j.jmx.Agent() org.apache.log4j.spi.VectorWriter()