LOG_BUFFER_SZ
char tc_internal_log_buffer[LOG_BUFFER_SZ];
vsnprintf(tc_internal_log_buffer, LOG_BUFFER_SZ, fmt, ap);