[Missing <summary> documentation for "P:NHibernate.IInternalLogger.IsInfoEnabled"]

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

Syntax

C#
bool IsInfoEnabled { get; }
Visual Basic
ReadOnly Property IsInfoEnabled As Boolean
	Get
Visual C++
property bool IsInfoEnabled {
	bool get ();
}

See Also