pub unsafe extern "C" fn otPlatLogHandleLevelChanged(
    aLogLevel: otLogLevel
)
Expand description

This function handles OpenThread log level changes.

This platform function is called whenever the OpenThread log level changes. This platform function is optional since an empty weak implementation has been provided.

@note Only applicable when OPENTHREAD_CONFIG_LOG_LEVEL_DYNAMIC_ENABLE=1.

@param[in] aLogLevel The new OpenThread log level.