18#ifndef _LOG4CXX_FILTER_LOGGER_MATCH_FILTER_H
19#define _LOG4CXX_FILTER_LOGGER_MATCH_FILTER_H
48 struct LoggerMatchFilterPrivate;
This is a very simple filter based on logger name matching.
Definition loggermatchfilter.h:46
void setAcceptOnMatch(bool acceptOnMatch1)
FilterDecision decide(const spi::LoggingEventPtr &event) const override
Return the decision of this filter.
void setLoggerToMatch(const LogString &levelToMatch)
bool getAcceptOnMatch() const
LogString getLoggerToMatch() const
spi::Filter BASE_CLASS
Definition loggermatchfilter.h:51
void setOption(const LogString &option, const LogString &value) override
Set option to value.
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::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