log4net SDK Documentation - Microsoft .NET Framework 4.0

PropertyFilter Class

Simple filter to match a string an event property

For a list of all members of this type, see PropertyFilter Members.

System.Object
   log4net.Filter.FilterSkeleton
      log4net.Filter.StringMatchFilter
         log4net.Filter.PropertyFilter
            log4net.Filter.MdcFilter
            log4net.Filter.NdcFilter

[Visual Basic]
Public Class PropertyFilter
    Inherits StringMatchFilter
[C#]
public class PropertyFilter : StringMatchFilter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Simple filter to match a string in the value for a specific event property

Requirements

Namespace: log4net.Filter

Assembly: log4net (in log4net.dll)

See Also

PropertyFilter Members | log4net.Filter Namespace