Enum TRACE_LEVEL
TRACE_LEVEL: Trace-level setting for SetTraceLevel
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
[Flags]
public enum TRACE_LEVEL
Fields
| Name | Description |
|---|---|
| TRACE_LEVEL_ALL | Enable all traces |
| TRACE_LEVEL_ERROR | Set trace-level to see Errors |
| TRACE_LEVEL_FATAL | Set trace-level to see Fatal Errors |
| TRACE_LEVEL_INFO | Set trace-level to see info |
| TRACE_LEVEL_OFF | Disable all traces |
| TRACE_LEVEL_VERBOSE | Set trace-level to see verbose |
| TRACE_LEVEL_WARNING | Set trace-level to see Warnings |