18#ifndef _LOG4CXX_FILTER_DENY_ALL_FILTER_H
19#define _LOG4CXX_FILTER_DENY_ALL_FILTER_H
This filter drops all logging events.
Definition denyallfilter.h:36
DenyAllFilter()
Definition denyallfilter.h:38
FilterDecision decide(const spi::LoggingEventPtr &event) const override
Always returns the integer constant DENY regardless of the LoggingEvent parameter.
Definition denyallfilter.h:55
spi::Filter BASE_CLASS
Definition denyallfilter.h:42
Users should extend this class to implement customized logging event filtering.
Definition filter.h:68
FilterDecision
Definition filter.h:87
@ DENY
The log event must be dropped immediately without consulting with the remaining filters,...
Definition filter.h:91
LOG4CXX_PTR_DEF(AndFilter)
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define DECLARE_LOG4CXX_OBJECT(object)
Definition object.h:43
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146