Common Logging 2.0 API Reference

AbstractLogger.IsInfoEnabled Property

Checks if this logger is enabled for the Info level.

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

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

Implements

ILog.IsInfoEnabled

Remarks

Override this in your derived class to comply with the underlying logging system

See Also

AbstractLogger Class | Common.Logging.Factory Namespace