kunit_log_append
void __printf(2, 3) kunit_log_append(struct string_stream *log, const char *fmt, ...);
kunit_log_append((test_or_suite)->log, fmt, \
EXPORT_SYMBOL_GPL(kunit_log_append);