Uses of Interface
org.apache.log4j.xml.UnrecognizedElementHandler

Packages that use UnrecognizedElementHandler
org.apache.log4j.filter   
org.apache.log4j.rolling Implements various file rolling policies. 
org.apache.log4j.xml   
 

Uses of UnrecognizedElementHandler in org.apache.log4j.filter
 

Classes in org.apache.log4j.filter that implement UnrecognizedElementHandler
 class AndFilter
          A filter that 'and's the results of any number of contained filters together.
 

Uses of UnrecognizedElementHandler in org.apache.log4j.rolling
 

Classes in org.apache.log4j.rolling that implement UnrecognizedElementHandler
 class FilterBasedTriggeringPolicy
          FilterBasedTriggeringPolicy determines if rolling should be triggered by evaluating the current message against a set of filters.
 class RollingFileAppender
          RollingFileAppender extends FileAppender to backup the log files depending on RollingPolicy and TriggeringPolicy.
 

Uses of UnrecognizedElementHandler in org.apache.log4j.xml
 

Classes in org.apache.log4j.xml that implement UnrecognizedElementHandler
 class XSLTLayout
          XSLTLayout transforms each event as a document using a specified or default XSLT transform.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.