NdcFilter ClassApache log4net™ SDK Documentation
Simple filter to match a string in the NDC
Inheritance Hierarchy

OnlineSystem Object
  log4net.Filter FilterSkeleton
    log4net.Filter StringMatchFilter
      log4net.Filter PropertyFilter
        log4net.Filter NdcFilter

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

public class NdcFilter : PropertyFilter
Remarks

Simple filter to match a string in the NDC

As the MDC has been replaced with named stacks stored in the properties collections the PropertyFilter should be used instead.

See Also