StringMatchFilter StringToMatch Property Apache log4net™ SDK Documentation
Sets the static string to match

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

public string StringToMatch { get; set; }

Property Value

Type: OnlineString
Remarks

The string that will be substring matched against the rendered message. If the message contains this string then the filter will match. If a match is found then the result depends on the value of AcceptOnMatch.

One of StringToMatch or RegexToMatch must be specified.

See Also