Home
last modified time | relevance | path

Searched refs:log_backend_format_set (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c96 ret = log_backend_format_set(backend, log_type); in test_log_switch_format_set()
106 ret = log_backend_format_set(backend, log_type); in test_log_switch_format_set()
175 log_backend_format_set(backend, LOG_OUTPUT_CUSTOM); in ZTEST()
195 log_backend_format_set(backend, LOG_OUTPUT_CUSTOM); in ZTEST()
214 log_backend_format_set(backend, LOG_OUTPUT_CUSTOM); in ZTEST()
/Zephyr-latest/include/zephyr/logging/
Dlog_backend.h320 static inline int log_backend_format_set(const struct log_backend *backend, uint32_t log_type) in log_backend_format_set() function
/Zephyr-latest/subsys/logging/
Dlog_core.c206 int retCode = log_backend_format_set(backend, log_type); in log_format_set_all_active_backends()