18 #ifndef _LOG4CXX_FILTER_LEVEL_RANGE_FILTER_H
19 #define _LOG4CXX_FILTER_LEVEL_RANGE_FILTER_H
59 struct LevelRangeFilterPrivate;
109 void setAcceptOnMatch(
bool acceptOnMatch1);
114 bool getAcceptOnMatch() const;
This is a very simple filter based on level matching, which can be used to reject messages with prior...
Definition: levelrangefilter.h:57
spi::Filter BASE_CLASS
Definition: levelrangefilter.h:59
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:68
FilterDecision
Definition: filter.h:87
LOG4CXX_PTR_DEF(LevelRangeFilter)
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:31
std::basic_string< logchar > LogString
Definition: logstring.h:60
std::shared_ptr< Level > LevelPtr
Definition: optionconverter.h:27
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:43
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146