17 #ifndef _LOG4CXX_FILTER_LOCATIONINFOFILTER_H 18 #define _LOG4CXX_FILTER_LOCATIONINFOFILTER_H 28 typedef helpers::ObjectPtrT < Rule >
RulePtr;
48 bool convertInFixToPostFix;
65 void setExpression(
const LogString& expression);
69 void setConvertInFixToPostFix(
bool convertInFixToPostFix);
71 bool getConvertInFixToPostFix()
const;
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:148
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:142
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:37
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:136
helpers::ObjectPtrT< ExpressionRule > ExpressionRulePtr
Definition: locationinfofilter.h:29
FilterDecision
Definition: filter.h:87
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:39
Location information is usually specified at the appender level - all events associated with an appen...
Definition: locationinfofilter.h:46
helpers::ObjectPtrT< Rule > RulePtr
Definition: expressionfilter.h:33
Definition: appender.h:32
std::basic_string< logchar > LogString
Definition: logstring.h:66
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:68