17#ifndef _LOG4CXX_FILTER_LOCATIONINFOFILTER_H
18#define _LOG4CXX_FILTER_LOCATIONINFOFILTER_H
28typedef helpers::ObjectPtrT < Rule >
RulePtr;
48 bool convertInFixToPostFix;
63 void activateOptions(
log4cxx::helpers::Pool&);
69 void setConvertInFixToPostFix(
bool convertInFixToPostFix);
71 bool getConvertInFixToPostFix() const;
Location information is usually specified at the appender level - all events associated with an appen...
Definition: locationinfofilter.h:47
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:70
FilterDecision
Definition: filter.h:88
helpers::ObjectPtrT< Rule > RulePtr
Definition: expressionfilter.h:34
helpers::ObjectPtrT< ExpressionRule > ExpressionRulePtr
Definition: locationinfofilter.h:29
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:38
Definition: messagehandler.h:23
std::basic_string< logchar > LogString
Definition: logstring.h:66
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:153
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:39
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141