17#ifndef _LOG4CXX_FILTER_MAPFILTER_H
18#define _LOG4CXX_FILTER_MAPFILTER_H
43 typedef std::map < LogString, LogString > KeyVals;
46 struct MapFilterPrivate;
76 void setAcceptOnMatch(
bool acceptOnMatch1);
78 bool getAcceptOnMatch() const;
80 bool getMustMatchAll() const;
82 void setMustMatchAll(
bool mustMatchAll1);
A Filter that operates on the current thread's MDC map.
Definition: mapfilter.h:42
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
std::basic_string< logchar > LogString
Definition: logstring.h:60
#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