输出消息类信息。
1
void Log::Info (const std::string& file, const std::string& function, const int& line, std::string& msg);
参数名
输入/输出
说明
file
输入
信息对应的文件。
function
信息对应的函数。
line
信息所在的行数。
msg
信息内容。