Log level constants - higher values include more output Prefixed with FL_ to avoid macro collisions (e.g.
NimBLE-Arduino's #define LOG_LEVEL_NONE).
| Enumerator |
|---|
| FL_LOG_LEVEL_NONE | No logging (completely silent)
|
| FL_LOG_LEVEL_ERROR | Only errors.
|
| FL_LOG_LEVEL_WARN | Errors and warnings.
|
| FL_LOG_LEVEL_INFO | Errors, warnings, and info.
|
| FL_LOG_LEVEL_DEBUG | All logging including debug (default)
|
Definition at line 23 of file cstdio.h.
29};
@ FL_LOG_LEVEL_INFO
Errors, warnings, and info.
@ FL_LOG_LEVEL_DEBUG
All logging including debug (default)
@ FL_LOG_LEVEL_WARN
Errors and warnings.
@ FL_LOG_LEVEL_NONE
No logging (completely silent)
@ FL_LOG_LEVEL_ERROR
Only errors.