Esempio n. 1
0
void outputFunc(const char* msg, int len)
{
  g_logFile->append(msg, len);
}
Esempio n. 2
0
void MyAsyncOutput(const char* msg, int len)
{
		g_asyncLog->append(msg, len);
}