示例#1
0
void outputFunc(const char* msg, int len)
{
  g_logFile->append(msg, len);
}
示例#2
0
文件: common.cpp 项目: shuchao/hub
void MyAsyncOutput(const char* msg, int len)
{
		g_asyncLog->append(msg, len);
}