Common Logging 2.0 API Reference

Log4NetLogger.IsWarnEnabled Property

Checks if this logger is enabled for the Warn level.

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

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

Implements

ILog.IsWarnEnabled

See Also

Log4NetLogger Class | Common.Logging.Log4Net Namespace