17#ifndef _LOG4CXX_FILTER_LOCATIONINFOFILTER_H
18#define _LOG4CXX_FILTER_LOCATIONINFOFILTER_H
43 struct LocationInfoFilterPrivate;
When location information is available, individual log statements can be turned on or off depending o...
Definition locationinfofilter.h:42
void setMethodName(const LogString &methodName)
FilterDecision decide(const spi::LoggingEventPtr &event) const override
If this event does not already contain location information, evaluate the event against the expressio...
void setMustMatchAll(bool mustMatchAll1)
void setLineNumber(int lineNum)
void setOption(const LogString &option, const LogString &value) override
Set option to value.
void setAcceptOnMatch(bool acceptOnMatch1)
bool getAcceptOnMatch() const
bool getMustMatchAll() const
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