Common Logging 2.0 API Reference

AbstractSimpleLogger.ShowLevel Property

Include the current log level in the log message.

[Visual Basic]
Public ReadOnly Property ShowLevel() As Boolean
   Public Get
   End Get
End Property
[C#]
public bool ShowLevel { public get; }

See Also

AbstractSimpleLogger Class | Common.Logging.Simple Namespace