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

Quick Search    Search Deep

Uses of Class
org.apache.log4j.spi.Filter

Uses of Filter in org.apache.log4j.spi
 

Fields in org.apache.log4j.spi declared as Filter
 Filter Filter.next
          Deprecated. As of 1.2.12, use getNext() 55 and setNext(org.apache.log4j.spi.Filter) 55 instead
 

Methods in org.apache.log4j.spi that return Filter
 Filter Filter.getNext()
          Return the pointer to the next filter;
 

Methods in org.apache.log4j.spi with parameters of type Filter
 void Filter.setNext(Filter next)
          Set the next filter pointer.