Log4j 1.3alpha-3

Package org.apache.log4j.varia

Contains various appenders, filters and other odds and ends.

See:
          Description

Class Summary
DenyAllFilter This filter drops all logging events.
ExpressionFilter A filter supporting complex expressions - supports both infix and postfix expressions (infix expressions must first be converted to postfix prior to processing).
FallbackErrorHandler The FallbackErrorHandler implements the ErrorHandler interface such that a secondary appender may be specified.
LevelMatchFilter This is a very simple filter based on level matching.
LevelRangeFilter This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.
ListAppender A very basic appender that takes the events and stores them in to a java.util.List for late retrieval.
ListModelAppender A very basic appender that takes the events and stores them in to a ListModel for late retrieval.
LogFilePatternReceiver LogFilePatternReceiver can parse and tail log files, converting entries into LoggingEvents.
LogFilePatternReceiverBeanInfo BeanInfo class for the meta-data of the LogFilePatternReceiver.
NullAppender A NullAppender merely exists, it never outputs a message to any device.
PropertyFilter NOTE: This filter modifies logging events by adding properties to the event.
ReflectionFilter  
ReloadingPropertyConfigurator  
StringMatchFilter This is a very simple filter based on string matching.
 

Package org.apache.log4j.varia Description

Contains various appenders, filters and other odds and ends.


Last modified: Tue Mar 21 20:28:14 MET 2000


Log4j 1.3alpha-3

Copyright 2000-2003 Apache Software Foundation.