Home
last modified time | relevance | path

Searched defs:LOG_WRN (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_custom_header/src/
Dzephyr_custom_log.h19 #define LOG_WRN(...) Z_LOG(LOG_LEVEL_WRN, CUSTOM_LOG_PREFIX __VA_ARGS__) macro
/Zephyr-latest/tests/lib/acpi/unit/src/
Dmock.h17 #define LOG_WRN(...) macro
/Zephyr-latest/include/zephyr/logging/
Dlog.h55 #define LOG_WRN(...) Z_LOG(LOG_LEVEL_WRN, __VA_ARGS__) macro
477 #define LOG_WRN(...) (void) 0 macro
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h101 #define LOG_WRN(...) Z_LOG_STMESP(LOG_LEVEL_WRN, Z_LOG_CURRENT_DATA(), __VA_ARGS__) macro