Function cmb_logger_flags_off
Defined in File cmb_logger.h
Function Documentation
-
void cmb_logger_flags_off(uint32_t flags)
Turn off logging flags according to the bitmask, for example,
cmb_logger_flags_off(CMB_LOGGER_INFO), or some user-defined mask.The initial value is
0xFFFFFFFF, printing everything. Use this function to selectively turn off unwanted verbosity.- Parameters:
flags – A 32-bit bitmask, top 4 bits reserved for Cimba use, the rest user defined.