pub fn enable_macros()Expand description
Initializes the logger to use standard log macros
This function must be called before attempting to use log macros
such as info! or debug! or the logs will not be written by the logger
pub fn enable_macros()Initializes the logger to use standard log macros
This function must be called before attempting to use log macros
such as info! or debug! or the logs will not be written by the logger