EventFilterFactoryForLogLevel Method |
Name | Description | |
---|---|---|
ForLogLevel(LogLevel, Regex, String) |
Creates a filter given the specified logLevel.
This is the same as calling Debug(Regex, String), Info(Regex, String)Warning(Regex, String) or Error(Regex, String)
directly.
| |
ForLogLevel(LogLevel, String, String, String, String) |
Creates an event filter given the specified logLevel.
This is the same as calling Debug(String, String, String, String), Info(String, String, String, String)Warning(String, String, String, String) or Error(String, String, String, String)
directly.
|