c-mesh-api icon indicating copy to clipboard operation
c-mesh-api copied to clipboard

Runtime log level selection for linux platform

Open sgunes-wirepas opened this issue 9 months ago • 0 comments

  • 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.

sgunes-wirepas avatar May 09 '25 08:05 sgunes-wirepas