Home
last modified time | relevance | path

Searched refs:LOG_LEVEL_ERR (Results 1 – 25 of 39) sorted by relevance

12

/Zephyr-latest/samples/subsys/logging/logger/src/
Dext_log_system_adapter.c17 LOG_LEVEL_ERR, /* EXT_LOG_CRITICAL */
18 LOG_LEVEL_ERR, /* EXT_LOG_ERROR */
/Zephyr-latest/include/zephyr/logging/
Dlog.h44 #define LOG_ERR(...) Z_LOG(LOG_LEVEL_ERR, __VA_ARGS__)
129 Z_LOG_INSTANCE(LOG_LEVEL_ERR, _log_inst, __VA_ARGS__)
188 Z_LOG_HEXDUMP(LOG_LEVEL_ERR, _data, _length, (_str))
242 Z_LOG_HEXDUMP_INSTANCE(LOG_LEVEL_ERR, _log_inst, _data, _length, _str)
Dlog_core.h20 #define LOG_LEVEL_ERR 1 macro
39 LOG_LEVEL_ERR) | \
235 case LOG_LEVEL_ERR: in z_log_minimal_level_to_char()
260 Z_LOG_LOCAL_DOMAIN_ID, _src, LOG_LEVEL_ERR, NULL, 0, \
/Zephyr-latest/subsys/logging/
DKconfig.filtering23 - 1 ERROR, default to only write LOG_LEVEL_ERR
40 - 1 ERROR, override to write LOG_LEVEL_ERR
57 - 1 ERROR, maximal level set to LOG_LEVEL_ERR
/Zephyr-latest/tests/subsys/logging/log_custom_header/src/
Dzephyr_custom_log.h20 #define LOG_ERR(...) Z_LOG(LOG_LEVEL_ERR, CUSTOM_LOG_PREFIX __VA_ARGS__)
/Zephyr-latest/tests/net/dhcpv6/
DCMakeLists.txt12 zephyr_compile_definitions(CONFIG_NET_DHCPV6_LOG_LEVEL=LOG_LEVEL_ERR)
/Zephyr-latest/modules/openthread/platform/
Dlogging.c27 return LOG_LEVEL_ERR; in log_translate()
/Zephyr-latest/tests/subsys/logging/log_api/src/
Dmain.c213 mock_log_frontend_record(LOG_CURRENT_MODULE_ID(), LOG_LEVEL_ERR, "err"); in ZTEST()
215 Z_LOG_LOCAL_DOMAIN_ID, LOG_LEVEL_ERR, in ZTEST()
557 mock_log_frontend_record(test_source_id, LOG_LEVEL_ERR, TEST_ERR_MSG); in ZTEST()
559 Z_LOG_LOCAL_DOMAIN_ID, LOG_LEVEL_ERR, in ZTEST()
581 mock_log_frontend_record(test_source_id, LOG_LEVEL_ERR, TEST_INLINE_ERR_MSG); in ZTEST()
583 Z_LOG_LOCAL_DOMAIN_ID, LOG_LEVEL_ERR, in ZTEST()
845 mock_log_frontend_record(test2_source_id, LOG_LEVEL_ERR, TEST_ERR_MSG); in ZTEST()
847 Z_LOG_LOCAL_DOMAIN_ID, LOG_LEVEL_ERR, in ZTEST()
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h100 #define LOG_ERR(...) Z_LOG_STMESP(LOG_LEVEL_ERR, Z_LOG_CURRENT_DATA(), __VA_ARGS__)
105 #define LOG_INST_ERR(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_ERR, Z_LOG_INST(_inst), __VA_ARGS__)
/Zephyr-latest/tests/bsim/bluetooth/host/att/open_close/src/
Dmain.c98 bt_testlib_log_level_set("bt_hci_core", LOG_LEVEL_ERR); in bt_enable_quiet()
99 bt_testlib_log_level_set("bt_id", LOG_LEVEL_ERR); in bt_enable_quiet()
/Zephyr-latest/drivers/mfd/
Dmfd_it8801_altctrl.c14 LOG_MODULE_REGISTER(mfd_it8801_altctrl, LOG_LEVEL_ERR);
/Zephyr-latest/tests/bsim/bluetooth/host/att/long_read/
Dmain.c127 bt_testlib_log_level_set("bt_hci_core", LOG_LEVEL_ERR); in bt_enable_quiet()
128 bt_testlib_log_level_set("bt_id", LOG_LEVEL_ERR); in bt_enable_quiet()
/Zephyr-latest/lib/posix/options/
Dsyslog.c24 return LOG_LEVEL_ERR; in syslog_priority_to_zephyr_log_level()
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_log.h34 #define NRFX_MODULE_LOG_LEVEL LOG_LEVEL_ERR
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c90 bt_testlib_log_level_set("bt_hci_core", LOG_LEVEL_ERR); in bt_enable_quiet()
91 bt_testlib_log_level_set("bt_id", LOG_LEVEL_ERR); in bt_enable_quiet()
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_spinel.c80 case LOG_LEVEL_ERR: in write()
/Zephyr-latest/tests/subsys/logging/log_output/src/
Dlog_output_test.c177 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST()
222 uint8_t levels[] = {LOG_LEVEL_ERR, LOG_LEVEL_WRN, LOG_LEVEL_INF, LOG_LEVEL_DBG}; in ZTEST()
/Zephyr-latest/drivers/gpio/
Dgpio_max149x6.h22 #define LOG_DIAG(...) Z_LOG(LOG_LEVEL_ERR, __VA_ARGS__)
Dgpio_numaker.c20 LOG_MODULE_REGISTER(gpio_numaker, LOG_LEVEL_ERR);
/Zephyr-latest/soc/nuvoton/npcx/common/
Dscfg.c16 LOG_MODULE_REGISTER(pimux_npcx, LOG_LEVEL_ERR);
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c19 LOG_MODULE_REGISTER(LOG_MODULE_NAME, LOG_LEVEL_ERR);
/Zephyr-latest/tests/net/socket/can/src/
Dmain.c13 LOG_MODULE_REGISTER(socket_can, LOG_LEVEL_ERR);
/Zephyr-latest/drivers/timer/
Dnpcx_itim_timer.c47 LOG_MODULE_REGISTER(itim, LOG_LEVEL_ERR);
Dite_it8xxx2_timer.c17 LOG_MODULE_REGISTER(timer, LOG_LEVEL_ERR);
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_ite_it8xxx2.c15 LOG_MODULE_REGISTER(pinctrl_ite_it8xxx2, LOG_LEVEL_ERR);

12