mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
3a2f0dab95
This PR adds support for various log modules which is possible thanks to modlog feature. With this feature we can specify a logging level for each module separately which could have the following advantages: - Being able to filter out only the logs that we are interested in at the moment - Controlling log level in runtime - Improved readability if we start printing module name in log header - Ability to use color-coded log messages by mapping module to a specific color