Package org.apache.log4j.filter


package org.apache.log4j.filter
  • Classes
    Class
    Description
    A filter that 'and's the results of any number of contained filters together.
    This filter drops all logging events.
    A filter supporting complex expressions - supports both infix and postfix expressions (infix expressions must first be converted to postfix prior to processing).
    This is a very simple filter based on level matching.
    This is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.
    Location information is usually specified at the appender level - all events associated with an appender either create and parse stack traces or they do not.
    This is a very simple filter based on logger name matching.
    This is a very simple filter based on string matching.
    Filters events that fall within a specified time period in each day.