Searched refs:log_level (Results 1 – 4 of 4) sorted by relevance
/subsys/logging/backends/ |
A D | log_backend_spinel.c | 69 otLogLevel log_level; in write() local 81 log_level = OT_LOG_LEVEL_CRIT; in write() 84 log_level = OT_LOG_LEVEL_WARN; in write() 87 log_level = OT_LOG_LEVEL_INFO; in write() 90 log_level = OT_LOG_LEVEL_DEBG; in write() 93 log_level = OT_LOG_LEVEL_NONE; in write() 96 otPlatLog(log_level, OT_LOG_REGION_PLATFORM, "%s", data); in write()
|
/subsys/shell/modules/kernel_service/ |
A D | log-level.c | 47 KERNEL_CMD_ARG_ADD(log_level, NULL, "<module name> <severity (0-4)>", cmd_kernel_log_level_set, 3,
|
/subsys/bluetooth/host/ |
A D | monitor.c | 324 static inline uint8_t monitor_priority_get(uint8_t log_level) in monitor_priority_get() argument 334 if (log_level < ARRAY_SIZE(prios)) { in monitor_priority_get() 335 return prios[log_level]; in monitor_priority_get()
|
/subsys/shell/ |
A D | shell.c | 1322 sh->ctx->log_level = POINTER_TO_UINT(arg_log_level); in shell_thread() 1421 z_shell_log_backend_enable(sh->log_backend, (void *)sh, sh->ctx->log_level); in shell_start()
|
Completed in 12 milliseconds