edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Enumeration specifying logging levels.

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

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