log4net SDK Reference

LoggerMatchFilter.LoggerToMatch Property

The LoggerName that the filter will match

[Visual Basic]
Public Property LoggerToMatch As String
[C#]
public string LoggerToMatch {get; set;}

Remarks

This filter will attempt to match this value against logger name in the following way. The match will be done against the beginning of the logger name (using StartsWith). The match is case sensitive. If a match is found then the result depends on the value of AcceptOnMatch.

See Also

LoggerMatchFilter Class | log4net.Filter Namespace