17 #ifndef _LOG4CXX_FILTER_LOCATIONINFOFILTER_H 18 #define _LOG4CXX_FILTER_LOCATIONINFOFILTER_H 20 #include <log4cxx/spi/filter.h> 28 typedef helpers::ObjectPtrT < Rule > RulePtr;
29 typedef helpers::ObjectPtrT < ExpressionRule > ExpressionRulePtr;
48 bool convertInFixToPostFix;
57 BEGIN_LOG4CXX_CAST_MAP()
59 END_LOG4CXX_CAST_MAP()
65 void setExpression(
const LogString& expression);
67 LogString getExpression()
const;
69 void setConvertInFixToPostFix(
bool convertInFixToPostFix);
71 bool getConvertInFixToPostFix()
const;
FilterDecision
Definition: filter.h:91
Location information is usually specified at the appender level - all events associated with an appen...
Definition: locationinfofilter.h:46
Definition: appender.h:33
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:69