Expand description
Logging support.
This module provides a default log implementation while allowing users to inject their own logger at a higher level.
Generally IRQs are disabled while printing. So do not print long log messages.
Structsยง
- Logger ๐
Staticsยง
- LOGGER ๐
Functionsยง
- get_
log_ ๐level - init ๐
- Initialize the logger. Users should avoid using the log macros before this function is called.
- inject_
logger - Injects a logger as the global logger backend.