RF24Log
0.1.3
Unified logging library
|
A collection of constants used to describe a particular logging level. More...
Go to the source code of this file.
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... | |
A collection of constants used to describe a particular logging level.
Definition in file LevelDescriptions.h.