|
GPS Device
|
Data types used by the log module. More...

Classes | |
| struct | LOG_HANDLE_ts |
| Configuration handle for initializing the log subsystem. More... | |
Enumerations | |
| enum | LOG_LEVEL_te { LOG_LEVEL_INFO , LOG_LEVEL_DEBUG , LOG_LEVEL_WARNING , LOG_LEVEL_ERROR , LOG_LEVEL_CRITICAL , LOG_LEVEL_NONE , LOG_LEVEL_COUNT } |
| Log severity levels, in ascending order of severity. More... | |
Data types used by the log module.
| enum LOG_LEVEL_te |
Log severity levels, in ascending order of severity.
A subsystem's configured level acts as a threshold: only messages at or above that level are printed. LOG_LEVEL_NONE suppresses all output.
Definition at line 63 of file log.h.