Common Logging 2.0 API Reference

AbstractSimpleLoggerFactoryAdapter.ShowLevel Property

The default setting to use when creating new ILog instances.

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

See Also

AbstractSimpleLoggerFactoryAdapter Class | Common.Logging.Simple Namespace