Package org.x4juli.filter

The different available JULI Filters.

See:
          Description

Interface Summary
MessageText  
 

Class Summary
AndFilter A filter that 'and's the results of any number of contained filters together.
DenyAllFilter A filter which denys everything Logging API as a whole was originally done for Apache log4j.
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.
StringMatchFilter The filter admits two options StringToMatch and AcceptOnMatch.
WrapperFilter A wrapper around a java.util.logging.Filter.
 

Exception Summary
InvalidFilterException Thrown if an Filter has an invalid state due to progamming errors.
 

Package org.x4juli.filter Description

The different available JULI Filters. To write your own Filters, which can be used within JULI infrastructure you have to implement org.apache.juli.global.spi.ExtendedFilter. or to extend the org.apache.juli.filter.AbstractFilter.



${license_html}