18 #ifndef _LOG4CXX_FILTER_EXPRESSIONFILTER_H
19 #define _LOG4CXX_FILTER_EXPRESSIONFILTER_H
28 typedef helpers::ObjectPtrT < Rule >
RulePtr;
82 bool convertInFixToPostFix;
83 LOG4CXX_DECLARE_PRIVATE_MEMBER(
LogString, expression)
103 void setConvertInFixToPostFix(
bool convertInFixToPostFix);
105 bool getConvertInFixToPostFix() const;
107 void setAcceptOnMatch(
bool acceptOnMatch);
109 bool getAcceptOnMatch() const;
A filter supporting complex expressions - supports both infix and postfix expressions (infix expressi...
Definition: expressionfilter.h:79
FilterDecision
Definition: filter.h:92
helpers::ObjectPtrT< Rule > RulePtr
Definition: expressionfilter.h:27
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:31
std::basic_string< logchar > LogString
Definition: logstring.h:60
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:154
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:148
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:41
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_ACTIVATE_OPTIONS_FORMAL_PARAMETERS
Activate the options that were previously set with calls to option setters.
Definition: optionhandler.h:53