Is info logging enabled for the supplied level?

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

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

Return Value

true if enabled

See Also