vovagorodok opened a new issue, #1416:
URL: https://github.com/apache/mynewt-nimble/issues/1416

   At `log_common.h` we have defined:
   ```
   #define LOG_LEVEL_DEBUG    (0)
   #define LOG_LEVEL_INFO     (1)
   #define LOG_LEVEL_WARN     (2)
   #define LOG_LEVEL_ERROR    (3)
   #define LOG_LEVEL_CRITICAL (4)
   #define LOG_LEVEL_NONE     (5)
   ```
   `LOG_LEVEL..` names are very common and I have redefinition issues when 
another than NibBle logger is used.\
   Because its internal NibBle logger, proposed to use some internal names like:
   `BLE_LOG_LEVEL..` or `NIM_BLE_LOG_LEVEL..`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to