17#ifndef _LOG4CXX_FILTER_MAPFILTER_H
18#define _LOG4CXX_FILTER_MAPFILTER_H
40 typedef std::map < LogString, LogString > KeyVals;
43 struct MapFilterPrivate;
64 void setAcceptOnMatch(
bool acceptOnMatch1);
66 bool getAcceptOnMatch() const;
68 bool getMustMatchAll() const;
70 void setMustMatchAll(
bool mustMatchAll1);
A Filter that operates on a Map and can be used like in the following example:
Definition: mapfilter.h:39
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:68
FilterDecision
Definition: filter.h:87
Definition: configuration.h:25
std::basic_string< logchar > LogString
Definition: logstring.h:60
#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 LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:163
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:145