c-mesh-api
c-mesh-api copied to clipboard
Runtime log level selection for linux platform
- Introduce the OVERRIDE_MAX_LOG_LEVEL parameter that can be passed as a compiler flag to override the MAX_LOG_LEVEL value for each logging module.
- Implement the Platform_set_log_level function for the linux platform to dynamically set the current maximum log level. When targeting the linux platform, OVERRIDE_MAX_LOG_LEVEL can be set to DEBUG_LOG_LEVEL to support dynamically setting the log level up to debug level.