Searched refs:log_timestamp_format_func (Results 1 – 1 of 1) sorted by relevance
26 static log_timestamp_format_func_t log_timestamp_format_func; variable31 __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()