Enumeration specifying logging levels.
Namespace: EnterpriseDT.Util.DebugAssembly: 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 name | Value | Description | |
|---|---|---|---|
| Off | -1 | No logging | |
| Fatal | 0 | Fatal error messages only | |
| Error | 1 | Error messages | |
| Warning | 2 | Warning and erorr messages | |
| Information | 3 | Information, warning and error messages | |
| Debug | 4 | Debugging, information, warning, and error messages | |
| All | 10 | All logging |