DenyAllFilter ClassApache log4net™ SDK Documentation
This filter drops all LoggingEvent.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Filter FilterSkeleton
    log4net.Filter DenyAllFilter

Namespace: log4net.Filter
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public sealed class DenyAllFilter : FilterSkeleton
Remarks

You can add this filter to the end of a filter chain to switch from the default "accept all unless instructed otherwise" filtering behavior to a "deny all unless instructed otherwise" behavior.

See Also