Minimum log severity filter.
For example:
Macros | |
| #define | DBG_LVL_ALL 0 |
| Show Info, Warn, and Error. | |
| #define | DBG_LVL_WARN 1 |
| Show Warn and Error only. | |
| #define | DBG_LVL_ERR 2 |
| Show Error only. | |
| #define | DBG_LVL_NONE 3 |
| Silence — no output. | |
| #define | ACTIVE_MIN_LVL DBG_LVL_NONE |
| Default set to no logs shown. | |
| #define ACTIVE_MIN_LVL DBG_LVL_NONE |
| #define DBG_LVL_ALL 0 |
| #define DBG_LVL_NONE 3 |