Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_output.c129 static int print_formatted(const struct log_output *output, in print_formatted() function
155 length = print_formatted(output, "[%08lu] ", timestamp); in timestamp_print()
157 length = print_formatted(output, "[%016llu] ", timestamp); in timestamp_print()
187 length = print_formatted(output, "%s.%06uZ ", in timestamp_print()
190 length = print_formatted(output, in timestamp_print()
199 length = log_custom_timestamp_print(output, timestamp, print_formatted); in timestamp_print()
202 length = print_formatted(output, in timestamp_print()
220 length = print_formatted(output, "[%s.%03u,%03u] ", time_str, ms, in timestamp_print()
223 length = print_formatted( in timestamp_print()
240 length = print_formatted(output, "[%s,%06uZ] ", time_str, in timestamp_print()
[all …]