Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Deprecated API

Deprecated Fields
org.apache.log4j.helpers.LogLog.CONFIG_DEBUG_KEY
          Use LogLog.DEBUG_KEY 55 instead. 
org.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. 
 

Deprecated Methods
org.apache.log4j.helpers.DateLayout.getOptionStrings()
          Use the setter method for the option directly instead of the generic setOption method. 
org.apache.log4j.helpers.Loader.getResource(String, Class)
          as of 1.2. 
org.apache.log4j.helpers.DateLayout.setOption(String, String)
          Use the setter method for the option directly instead of the generic setOption method.