nRF5 SDK for Mesh v5.0.0
Macros
Log module configuration

Macros

#define LOG_LEVEL_DEFAULT   LOG_LEVEL_WARN
 Enable logging module. More...
 
#define LOG_MSK_DEFAULT   LOG_GROUP_STACK
 Default log mask. More...
 
#define LOG_ENABLE_RTT   1
 Enable logging with RTT callback. More...
 
#define LOG_CALLBACK_DEFAULT   log_callback_rtt
 The default callback function to use. More...
 

Detailed Description

Macro Definition Documentation

◆ LOG_LEVEL_DEFAULT

#define LOG_LEVEL_DEFAULT   LOG_LEVEL_WARN

Enable logging module.

Default log level. Messages with lower criticality is filtered.

Definition at line 209 of file nrf_mesh_config_core.h.

◆ LOG_MSK_DEFAULT

#define LOG_MSK_DEFAULT   LOG_GROUP_STACK

Default log mask.

Messages with other sources are filtered.

Definition at line 214 of file nrf_mesh_config_core.h.

◆ LOG_ENABLE_RTT

#define LOG_ENABLE_RTT   1

Enable logging with RTT callback.

Definition at line 219 of file nrf_mesh_config_core.h.

◆ LOG_CALLBACK_DEFAULT

#define LOG_CALLBACK_DEFAULT   log_callback_rtt

The default callback function to use.

Definition at line 225 of file nrf_mesh_config_core.h.


Documentation feedback | Developer Zone | Subscribe | Updated