18 #ifndef _LOG4CXX_FILTER_ANDFILTER_H
19 #define _LOG4CXX_FILTER_ANDFILTER_H
76 struct AndFilterPrivate;
92 void setAcceptOnMatch(
bool acceptOnMatch);
A filter that 'and's the results of any number of contained filters together.
Definition: andfilter.h:74
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:68
FilterDecision
Definition: filter.h:87
LOG4CXX_PTR_DEF(AndFilter)
std::shared_ptr< Filter > FilterPtr
Definition: appender.h:34
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:31
Definition: appender.h:27
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:157
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:151
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:42
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145