#include <filter.h>
Inheritance diagram for log4cplus::spi::DenyAllFilter:


Public Member Functions | |
| virtual FilterResult | decide (const InternalLoggingEvent &event) const |
| Always returns the DENY regardless of the InternalLoggingEvent parameter. | |
You can add this filter to the end of a filter chain to switch from the default "accept all unless instructed otherwise" filtering behaviour to a "deny all unless instructed otherwise" behaviour.
Definition at line 125 of file filter.h.
|
|
Always returns the DENY regardless of the InternalLoggingEvent parameter.
Implements log4cplus::spi::Filter. |
1.3.2