Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output_custom.c26 static log_timestamp_format_func_t log_timestamp_format_func; variable
31 __ASSERT(log_timestamp_format_func != NULL, "custom timestamp format function not set"); in log_custom_timestamp_print()
33 if (log_timestamp_format_func) { in log_custom_timestamp_print()
34 return log_timestamp_format_func(output, timestamp, printer); in log_custom_timestamp_print()
42 log_timestamp_format_func = format; in log_custom_timestamp_set()