コード例 #1
0
ファイル: commout.cpp プロジェクト: ubuntu-chu/commu_manager
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);
}