![]() |
0.01.00
|
This module includes OpenThread logging related definitions. More...
Functions | |
| otLogLevel | otLoggingGetLevel (void) |
| This function returns the current log level. More... | |
| otError | otLoggingSetLevel (otLogLevel aLogLevel) |
| This function sets the log level. More... | |
This module includes OpenThread logging related definitions.
| otLogLevel otLoggingGetLevel | ( | void | ) |
This function returns the current log level.
If dynamic log level feature OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL is enabled, this function returns the currently set dynamic log level. Otherwise, this function returns the build-time configured log level.
| otError otLoggingSetLevel | ( | otLogLevel | aLogLevel | ) |
This function sets the log level.
| [in] | aLogLevel | The log level. |
| OT_ERROR_NONE | The log level was changed successfully. |
| OT_ERROR_DISABLED_FEATURE | The dynamic log level feature is not supported. (see OPENTHREAD_CONFIG_ENABLE_DYNAMIC_LOG_LEVEL configuration option). |