DCMTK  Version 3.6.1 20131114
OFFIS DICOM Toolkit
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
dcmtk::log4cplus::spi::DenyAllFilter Class Reference

This filter drops all logging events. More...

+ Inheritance diagram for dcmtk::log4cplus::spi::DenyAllFilter:
+ Collaboration diagram for dcmtk::log4cplus::spi::DenyAllFilter:

Public Member Functions

 DenyAllFilter (const log4cplus::helpers::Properties &)
 
virtual FilterResult decide (const InternalLoggingEvent &event) const
 Always returns the DENY regardless of the InternalLoggingEvent parameter.
 
- Public Member Functions inherited from dcmtk::log4cplus::spi::Filter
void appendFilter (FilterPtr filter)
 Appends filter to the end of this filter chain.
 
- Public Member Functions inherited from dcmtk::log4cplus::helpers::SharedObject
void addReference () const
 
void removeReference () const
 

Additional Inherited Members

- Public Attributes inherited from dcmtk::log4cplus::spi::Filter
FilterPtr next
 Points to the next filter in the filter chain.
 
- Public Attributes inherited from dcmtk::log4cplus::helpers::SharedObject
thread::Mutex access_mutex
 
- Protected Member Functions inherited from dcmtk::log4cplus::helpers::SharedObject
 SharedObject (const SharedObject &)
 
SharedObjectoperator= (const SharedObject &)
 

Detailed Description

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.


The documentation for this class was generated from the following file:


Generated on Thu Dec 5 2013 for DCMTK Version 3.6.1 20131114 by Doxygen 1.8.5