Commit 6636482b by ziyue

修复c api日志打印bug

parent 09ac333e
......@@ -47,7 +47,7 @@ API_EXPORT char* API_CALL mk_util_hex_dump(const void *buf, int len){
API_EXPORT void API_CALL mk_log_printf(int level, const char *file, const char *function, int line, const char *fmt, ...) {
va_list ap;
va_start(ap, fmt);
toolkit::LoggerWrapper::printLog(getLogger(), level, file, function, line, fmt, ap);
toolkit::LoggerWrapper::printLogV(getLogger(), level, file, function, line, fmt, ap);
va_end(ap);
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论