| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
This filter drops all logging events. More...
 Inheritance diagram for dcmtk::log4cplus::spi::DenyAllFilter:
 Inheritance diagram for dcmtk::log4cplus::spi::DenyAllFilter:| Public Member Functions | |
| virtual FilterResult | decide (const InternalLoggingEvent &event) const | 
| Always returns the DENYregardless of theInternalLoggingEventparameter. | |
|  Public Member Functions inherited from dcmtk::log4cplus::spi::Filter | |
| void | appendFilter (FilterPtr filter) | 
| Appends filterto the end of this filter chain. | |
| Additional Inherited Members | |
|  Public Attributes inherited from dcmtk::log4cplus::spi::Filter | |
| FilterPtr | next | 
| Points to the next filter in the filter chain. | |
This filter drops all logging events.
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.