摘要: #ifndef TRACE_LOG_H #define TRACE_LOG_H #include <string> #include <fstream> #define LOG_INFO(...) {TraceLog::GetInst().Write("[INFO]", \ TraceLog::GetInst().Format("[%s][%s:%d]", __func__, __FILE__, 阅读全文