edtFTPnet/Free - Open-source FTP component for .NET | Download
Enumeration specifying logging levels.

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

Syntax

C#
public enum LogLevel
Visual Basic
Public Enumeration LogLevel
Visual C++
public enum class LogLevel

Members

Member nameValueDescription
Off-1No logging
Fatal0Fatal error messages only
Error1Error messages
Warning2Warning and erorr messages
Information3Information, warning and error messages
Debug4Debugging, information, warning, and error messages
All10All logging

See Also