Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output_custom.c11 static log_format_func_t log_custom_format_func; variable
16 if (log_custom_format_func) { in log_custom_output_msg_process()
17 log_custom_format_func(output, msg, flags); in log_custom_output_msg_process()
23 log_custom_format_func = format; in log_custom_output_msg_set()