Returns true if the log level is at least WARN.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsWarnEnabled { get; }
Public ReadOnly Property IsWarnEnabled As Boolean
	Get
public:
property bool IsWarnEnabled {
	bool get ();
}

See Also