LogImportance Enumeration |
Importance of an event log entry
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum LogImportance
Public Enumeration LogImportance
Members| Member name | Value | Description |
|---|
| Debug | 0 |
Useful for debugging purposes
|
| Information | 1 |
General information
|
| Warning | 2 |
Warning
|
| Error | 3 |
Recoverable error
|
| Fatal | 4 |
Error that caused an unrecoverable condition
|
See Also