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

Quick Search    Search Deep

Deprecated API

Deprecated Classes
org.apache.log4j.spi.RootCategory
          Replaced by RootLogger. 
 

Deprecated Fields
org.apache.log4j.spi.LoggingEvent.categoryName
          This field will be marked as private in future releases. Please do not access it directly. Use the LoggingEvent.getLoggerName() 55 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 the LoggingEvent.getLevel() 55 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.spi.Filter.next
          As of 1.2.12, use Filter.getNext() 55 and Filter.setNext(org.apache.log4j.spi.Filter) 55 instead