Common Logging 2.0 API Reference

SeverityFilter.SeverityMask Property

Bitmask to identify severity levels that should be logged.

[Visual Basic]
Public Property SeverityMask() As Integer
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public int SeverityMask { public get; public set; }

See Also

SeverityFilter Class | Common.Logging.EntLib Namespace