LOG_LOCAL_LEVEL doesn’t always work
Posted: Thu Oct 07, 2021 12:10 pm
In ESP-IDF4.2.1 Logging library – Is there any other prerequisites to use LOG_LOCAL_LEVEL other than #define before including esp_log.h, because I have couple files where I use it, but on some files works, on other doesn’t work?
The only differences upfront I see on those my files are the #include directives before #define LOG_LOCAL_LEVEL
https://docs.espressif.com/projects/esp ... m/log.html
Thanks
The only differences upfront I see on those my files are the #include directives before #define LOG_LOCAL_LEVEL
https://docs.espressif.com/projects/esp ... m/log.html
Thanks