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... | |
#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.
#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.
#define LOG_ENABLE_RTT 1 |
Enable logging with RTT callback.
Definition at line 219 of file nrf_mesh_config_core.h.
#define LOG_CALLBACK_DEFAULT log_callback_rtt |
The default callback function to use.
Definition at line 225 of file nrf_mesh_config_core.h.