18#ifndef _LOG4CXX_FILTER_ANDFILTER_H 
   19#define _LOG4CXX_FILTER_ANDFILTER_H 
   76        struct AndFilterPrivate;
 
   90        void addFilter(const spi::FilterPtr& filter);
 
   92        void setAcceptOnMatch(
bool acceptOnMatch);
 
A filter that 'and's the results of any number of contained filters together.
Definition: andfilter.h:74
 
FilterDecision
Definition: filter.h:87
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
#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 BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146