Common Logging 2.0 API Reference

Log4NetLogger.IsInfoEnabled Property

Checks if this logger is enabled for the Info level.

[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

Log4NetLogger Class | Common.Logging.Log4Net Namespace