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.
Class TraceLevel
Specifies the severity level of a trace message.
Inheritance
System.Object
TraceLevel
Namespace: VeloxDB.Common
Assembly: vlxc.dll
Syntax
public sealed class TraceLevel : Enum
Fields
Debug
Infrequent debugging trace.
Declaration
public const TraceLevel Debug
Field Value
Type | Description |
---|---|
TraceLevel |
Error
Recoverable error.
Declaration
public const TraceLevel Error
Field Value
Type | Description |
---|---|
TraceLevel |
Info
Informational message.
Declaration
public const TraceLevel Info
Field Value
Type | Description |
---|---|
TraceLevel |
None
User this tracing level to turn off tracing.
Declaration
public const TraceLevel None
Field Value
Type | Description |
---|---|
TraceLevel |
Verbose
Frequent debugging trace.
Declaration
public const TraceLevel Verbose
Field Value
Type | Description |
---|---|
TraceLevel |
Warning
Noncritical problem.
Declaration
public const TraceLevel Warning
Field Value
Type | Description |
---|---|
TraceLevel |