Common Logging 2.0 API Reference

ILog.IsInfoEnabled Property

Checks if this logger is enabled for the Info level.

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

See Also

ILog Interface | Common.Logging Namespace