Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Shared ReadOnly Property IsDebugEnabled As Boolean
	Get
C#
public static bool IsDebugEnabled { get; }
Visual C++
public:
static property bool IsDebugEnabled {
	bool get ();
}
JavaScript
Apache.NMS.Tracer.get_isDebugEnabled = function();

See Also