Common Logging 2.0 API Reference |
|
AbstractSimpleLogger.CurrentLogLevel Property
The current logging threshold. Messages recieved that are beneath this threshold will not be logged.
[Visual Basic]
Public Property CurrentLogLevel() As
LogLevel Public Get
End Get
Public Set
End Set
End Property
[C#]
public
LogLevel CurrentLogLevel { public get; public set; }
See Also
AbstractSimpleLogger Class | Common.Logging.Simple Namespace