Common Logging 2.0 API Reference

AbstractSimpleLogger.IsInfoEnabled Property

Returns true if the current LogLevel is greater than or equal to Info. If it is, only messages with a LogLevel of Info, Warn, Error, and Fatal will be sent to Out.

[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

AbstractSimpleLogger Class | Common.Logging.Simple Namespace