nrf_log_module_dynamic_data_t

nRF5 SDK v15.0.0

Structure holding dynamic data associated with a module or instance if filtering is enabled ( NRF_LOG_FILTERS_ENABLED ). More...

#include <nrf_log_types.h>

Data Fields

uint16_t module_id
Module ID assigned during initialization.
uint16_t order_idx
Ordered index of the module (used for auto-completion).
uint32_t filter
Current highest severity level accepted (redundant to nrf_log_module_dynamic_data_t::filter_lvls , used for optimization)
uint32_t filter_lvls
Current severity levels for each backend (3 bits per backend).

Detailed Description

Structure holding dynamic data associated with a module or instance if filtering is enabled ( NRF_LOG_FILTERS_ENABLED ).

See NRF_LOG_MODULE_REGISTER and NRF_LOG_INSTANCE_REGISTER .

  • components/libraries/experimental_log/nrf_log_types.h