Common Logging 2.0 API Reference

SeverityFilter.ShouldLog Method

Checks, whether the specified severity is allowed to log.

[Visual Basic]
Public Sub ShouldLog( _
   ByVal severity As TraceEventType _
)
[C#]
public bool ShouldLog(
   TraceEventType severity
);

See Also

SeverityFilter Class | Common.Logging.EntLib Namespace