RF24Log  0.1.3
Unified logging library
Macros | Variables
Level Descriptions

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...
 

Detailed Description

Level descriptions.

These can be modified using RF24LOG_SHORT_DESC or RF24LOG_TERSE_DESC macros.

Macro Definition Documentation

◆ RF24LOG_SHORT_DESC

#define RF24LOG_SHORT_DESC

macro (when defined) uses a short description of the log levels.

Descriptions with this macro defined look like

" ERR ", "INFO1"
"WARN ", "INFO7"
"INFO ", "L 7"
" DBG ", "L 113"

Definition at line 78 of file LevelDescriptions.h.

◆ RF24LOG_TERSE_DESC

#define RF24LOG_TERSE_DESC

macro (when defined) uses a terse (very short) description of the log levels.

Descriptions with this macro defined look like

" E ", " I1"
" W ", " I7"
" I ", " 7"
"DB ", "113"

Definition at line 91 of file LevelDescriptions.h.

Variable Documentation

◆ RF24LogDescLevels

const char* const RF24LogDescLevels[]
Initial value:
=
{
}
const char RF24LogDescInfo[]
description of the INFO base level
const char RF24LogDescError[]
description of the ERROR base level
const char RF24LogDescWarn[]
description of the WARN base level
const char RF24LogDescDebug[]
description of the DEBUG base level

collection of the base level descriptions

Definition at line 58 of file LevelDescriptions.h.