Simple debug level class. Uses the same interface (but not implementation) as log4net, so that the debug classes could be easily replaced by log4net

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

Syntax

C#
public class Level
Visual Basic
Public Class Level
Visual C++
public ref class Level

Inheritance Hierarchy

System..::..Object
  EnterpriseDT.Util.Debug..::..Level

See Also