18 #ifndef _LOG4CXX_SPI_FILTER_H 19 #define _LOG4CXX_SPI_FILTER_H 21 #include <log4cxx/helpers/objectptr.h> 22 #include <log4cxx/helpers/objectimpl.h> 23 #include <log4cxx/spi/optionhandler.h> 24 #include <log4cxx/spi/loggingevent.h> 31 LOG4CXX_PTR_DEF(Filter);
80 void releaseRef()
const;
82 DECLARE_ABSTRACT_LOG4CXX_OBJECT(
Filter)
83 BEGIN_LOG4CXX_CAST_MAP()
86 END_LOG4CXX_CAST_MAP()
117 void setOption(
const LogString& option,
const LogString& value);
133 #endif //_LOG4CXX_SPI_FILTER_H FilterDecision
Definition: filter.h:91
Implementation class for Object.
Definition: objectimpl.h:28
A string based interface to configure package components.
Definition: optionhandler.h:35
Definition: appender.h:33
Users should extend this class to implement customized logging event filtering.
Definition: filter.h:69