Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/logging/
Dlog_output_custom.h38 void log_custom_output_msg_set(log_format_func_t format);
/Zephyr-latest/subsys/logging/
Dlog_output_custom.c21 void log_custom_output_msg_set(log_format_func_t format) in log_custom_output_msg_set() function
/Zephyr-latest/tests/subsys/logging/log_switch_format/src/
Dmain.c177 log_custom_output_msg_set(NULL); in ZTEST()
197 log_custom_output_msg_set(custom_formatting); in ZTEST()