DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
This filter drops all logging events. More...
Public Member Functions | |
DenyAllFilter (const helpers::Properties &, tstring &error) | |
virtual FilterResult | decide (const InternalLoggingEvent &event) const |
Always returns the DENY regardless of the InternalLoggingEvent parameter. |
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.