| Visual Basic (Declaration) | |
|---|---|
Public Enum ErrorLevelInfo Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum ErrorLevelInfo : Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum ErrorLevelInfo : public Enum | |
| C++/CLI | |
|---|---|
public enum class ErrorLevelInfo : public Enum | |
| Member | Description |
|---|---|
| Production | Place minimal information into the debug log file. |
| Development | Place information that is useful during normal development using this toolkit into the debug log file. |
| Detailed | Place as much information into the debug log file as possible. You should use this option when you are tracking down a problem. |
This enumeration allows you to specify the amount of detail to place into the debug log file.
System.Object
System.ValueType
System.Enum
Accusoft.MicrXpressSdk.ErrorLevelInfo
