Common Logging 2.0 API Reference

NoOpLogger.IsInfoEnabled Property

Always returns false.

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

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

Implements

ILog.IsInfoEnabled

See Also

NoOpLogger Class | Common.Logging.Simple Namespace