19 #ifndef _LOG4CXX_FILTER_PROPERTYFILTER_H 20 #define _LOG4CXX_FILTER_PROPERTYFILTER_H 23 #pragma warning (push) 24 #pragma warning ( disable: 4231 4251 4275 4786 ) 28 #include <log4cxx/spi/filter.h> 55 typedef std::map < LogString, LogString > PropertyMap;
56 PropertyMap* properties;
62 BEGIN_LOG4CXX_CAST_MAP()
64 END_LOG4CXX_CAST_MAP()
68 void setProperties(
const LogString& props);
NOTE: This filter modifies logging events by adding properties to the event.
Definition: propertyfilter.h:53
FilterDecision
Definition: filter.h:91
Definition: appender.h:33
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:69