[Missing <summary> documentation for "P:NHibernate.Log4NetLogger.IsDebugEnabled"]

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Implements

IInternalLogger..::..IsDebugEnabled

See Also