Trace Level
C
#define BT_SYS_TRACE_LEVEL_ERR 0 #define BT_SYS_TRACE_LEVEL_API 1 #define BT_SYS_TRACE_LEVEL_OP 2
Description
Defines the trace levels for debugging purposes.
Macro Definition
| Macro | Description |
|---|---|
| BT_SYS_TRACE_LEVEL_ERR | Error trace level for critical issues. |
| BT_SYS_TRACE_LEVEL_API | API trace level for function calls and parameters. |
| BT_SYS_TRACE_LEVEL_OP | Operational trace level for general operation logs. |
