note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Enum TraceLevel
Specifies the severity level of a trace message.
Namespace: VeloxDB.Common
Assembly: vlxc.dll
Syntax
public enum TraceLevel
Fields
Name | Description |
---|---|
Debug | Infrequent debugging trace. |
Error | Recoverable error. |
Info | Informational message. |
None | User this tracing level to turn off tracing. |
Verbose | Frequent debugging trace. |
Warning | Noncritical problem. |