Common Logging 2.0 API Reference

EntLibLogger.IsInfoEnabled Property

Gets a value indicating whether this instance is info enabled.

[Visual Basic]
Public Overrides ReadOnly Property IsInfoEnabled() As Boolean _
    Implements ILog.IsInfoEnabled

   Public Get
   End Get
End Property
[C#]
public override bool IsInfoEnabled { public get; }

Implements

ILog.IsInfoEnabled

See Also

EntLibLogger Class | Common.Logging.EntLib Namespace