Lines Matching +full:- +full:- +full:recover
4 * SPDX-License-Identifier: Apache-2.0
39 * not possible to recover.
122 * severe errors, such as those from which it's not possible to recover.
181 * not possible to recover.
234 * severe errors, such as those from which it's not possible to recover.
359 * @brief Create module-specific state and register the module with Logger.
366 * - The module consists of more than one file, and another file
369 * - Instance logging is used and there is no need to create module entry. In
374 * - module name
375 * - optional log level. If not provided then default log level is used in
379 * - LOG_MODULE_REGISTER(foo, CONFIG_FOO_LOG_LEVEL)
380 * - LOG_MODULE_REGISTER(foo)
384 * only if LOG_LEVEL for the current source file is non-zero or
385 * it is not defined and CONFIG_LOG_DEFAULT_LEVEL is non-zero.
402 * one file use LOG_MODULE_REGISTER() to create module-specific state
407 * able to refer to module-specific state variables.)
410 * - module name
411 * - optional log level. If not provided then default log level is used in
415 * - LOG_MODULE_DECLARE(foo, CONFIG_FOO_LOG_LEVEL)
416 * - LOG_MODULE_DECLARE(foo)
419 * current source file is non-zero or it is not defined and
420 * CONFIG_LOG_DEFAULT_LEVEL is non-zero. In other cases,