struct te_log_msg_out
Overview
Parameters common for all format string processing backends. More…
#include <te_log_fmt.h> struct te_log_msg_out { // fields te_log_msg_fmt_args_f fmt; te_log_msg_raw_arg_f raw; };
Detailed Documentation
Parameters common for all format string processing backends.
Fields
te_log_msg_fmt_args_f fmt
Callback to process format string with arguments in vprintf()-like mode
te_log_msg_raw_arg_f raw
Callcack to process format string with one argument in raw mode