nRF5 SDK v17.1.0
Data Fields
nrf_log_module_const_data_t Struct Reference

Structure holding constant data associated with a module or instance. More...

#include <nrf_log_types.h>

Data Fields

const char * p_module_name
 Module or instance name.
 
uint8_t info_color_id
 Color code of info messages.
 
uint8_t debug_color_id
 Color code of debug messages.
 
nrf_log_severity_t compiled_lvl
 Compiled highest severity level.
 
nrf_log_severity_t initial_lvl
 Severity level for given module or instance set on backend initialization.
 

Detailed Description

Structure holding constant data associated with a module or instance.

See NRF_LOG_MODULE_REGISTER and NRF_LOG_INSTANCE_REGISTER.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated