예제 #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);
}