RF24Log
0.1.3
Unified logging library
|
Level descriptions. More...
Macros | |
#define | RF24LOG_SHORT_DESC |
macro (when defined) uses a short description of the log levels. More... | |
#define | RF24LOG_TERSE_DESC |
macro (when defined) uses a terse (very short) description of the log levels. More... | |
Variables | |
const char | RF24LogDescError [] = "ERROR" |
description of the ERROR base level | |
const char | RF24LogDescWarn [] = " WARN" |
description of the WARN base level | |
const char | RF24LogDescInfo [] = " INFO" |
description of the INFO base level | |
const char | RF24LogDescDebug [] = "DEBUG" |
description of the DEBUG base level | |
const char | RF24LogDescLevel [] = "Lvl " |
description of the DEBUG base level | |
const char *const | RF24LogDescLevels [] |
collection of the base level descriptions More... | |
Level descriptions.
These can be modified using RF24LOG_SHORT_DESC or RF24LOG_TERSE_DESC macros.
#define RF24LOG_SHORT_DESC |
macro (when defined) uses a short description of the log levels.
Descriptions with this macro defined look like
Definition at line 78 of file LevelDescriptions.h.
#define RF24LOG_TERSE_DESC |
macro (when defined) uses a terse (very short) description of the log levels.
Descriptions with this macro defined look like
Definition at line 91 of file LevelDescriptions.h.
const char* const RF24LogDescLevels[] |
collection of the base level descriptions
Definition at line 58 of file LevelDescriptions.h.