log4net SDK Reference

StringMatchFilter Class

Simple filter to match a string in the rendered message

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

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

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

Thread Safety

This type is not safe for multithreaded operations.

Remarks

Simple filter to match a string in the rendered message

Requirements

Namespace: log4net.Filter

Assembly: log4net (in log4net.dll)

See Also

StringMatchFilter Members | log4net.Filter Namespace