Home
last modified time | relevance | path

Searched refs:Z_LOG (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_custom_header/src/
Dzephyr_custom_log.h17 #define LOG_DBG(...) Z_LOG(LOG_LEVEL_DBG, CUSTOM_LOG_PREFIX __VA_ARGS__)
18 #define LOG_INF(...) Z_LOG(LOG_LEVEL_INF, CUSTOM_LOG_PREFIX __VA_ARGS__)
19 #define LOG_WRN(...) Z_LOG(LOG_LEVEL_WRN, CUSTOM_LOG_PREFIX __VA_ARGS__)
20 #define LOG_ERR(...) Z_LOG(LOG_LEVEL_ERR, CUSTOM_LOG_PREFIX __VA_ARGS__)
/Zephyr-latest/include/zephyr/logging/
Dlog.h44 #define LOG_ERR(...) Z_LOG(LOG_LEVEL_ERR, __VA_ARGS__)
55 #define LOG_WRN(...) Z_LOG(LOG_LEVEL_WRN, __VA_ARGS__)
65 #define LOG_INF(...) Z_LOG(LOG_LEVEL_INF, __VA_ARGS__)
75 #define LOG_DBG(...) Z_LOG(LOG_LEVEL_DBG, __VA_ARGS__)
90 Z_LOG(LOG_LEVEL_WRN, __VA_ARGS__); \
Dlog_core.h319 #define Z_LOG(_level, ...) Z_LOG2(_level, 0, Z_LOG_CURRENT_DATA(), __VA_ARGS__) macro
/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h72 (Z_LOG(_level, __VA_ARGS__))); \
96 Z_LOG(_level, __VA_ARGS__); \
/Zephyr-latest/drivers/gpio/
Dgpio_max149x6.h22 #define LOG_DIAG(...) Z_LOG(LOG_LEVEL_ERR, __VA_ARGS__)