Home
last modified time | relevance | path

Searched defs:LOG_ERR (Results 1 – 6 of 6) sorted by relevance

/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__) macro
/Zephyr-latest/subsys/net/lib/http/headers/
Dmlog.h15 #define LOG_ERR(fmt, args...) printf("E: " fmt "\n", ##args) macro
/Zephyr-latest/tests/lib/acpi/unit/src/
Dmock.h16 #define LOG_ERR(...) macro
/Zephyr-latest/include/zephyr/posix/
Dsyslog.h42 #define LOG_ERR 3 macro
/Zephyr-latest/include/zephyr/logging/
Dlog.h44 #define LOG_ERR(...) Z_LOG(LOG_LEVEL_ERR, __VA_ARGS__) macro
476 #define LOG_ERR(...) (void) 0 macro
/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__) macro