MdcFilter ClassApache log4net™ SDK Documentation
Simple filter to match a keyed string in the MDC
Inheritance Hierarchy

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

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

public class MdcFilter : PropertyFilter
Remarks

Simple filter to match a keyed string in the MDC

As the MDC has been replaced with layered properties the PropertyFilter should be used instead.

See Also