VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / DebugLevel Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
DebugLevel Enumeration
In This Topic
Specifies available debug levels.
Syntax
'Declaration

Public Enum DebugLevel
   Inherits System.Enum

public enum DebugLevel : System.Enum

Members
MemberDescription
FatalFatal error messages are added to log-file.
ErrorError messages are added to log-file. Messages for Fatal level also added to log-file.
WarningWarning messages are added to log-file. Messages for Error level also added to log-file.
InfoImportant debug information is added to log-file. Messages for Warning level also added to log-file.
DebugAny debug information is added to log-file. Messages for Info level also added to log-file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.DebugLevel

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also