mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 15:47:46 +00:00
[logging] dynamic level enhancements (#4809)
* Add cli command to get/set log level * Add cmake option to enable dynamic log level * Aggregate logfilename as sub-command of `log` command * Add log level test * Update readme
This commit is contained in:
@@ -70,8 +70,11 @@ otLogLevel otLoggingGetLevel(void);
|
||||
*
|
||||
* @param[in] aLogLevel The log level.
|
||||
*
|
||||
* @retval OT_ERROR_NONE Successfully updated log level.
|
||||
* @retval OT_ERROR_INVALID_ARGS Log level value is invalid.
|
||||
*
|
||||
*/
|
||||
void otLoggingSetLevel(otLogLevel aLogLevel);
|
||||
otError otLoggingSetLevel(otLogLevel aLogLevel);
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user