诸暨麻将添加redis
您不能選擇超過 %s 個話題 話題必須以字母或數字為開頭,可包含連接號 ('-') 且最長為 35 個字
 
 
 
 
 
 

17 行
381 B

  1. #include "Stdafx.h"
  2. #include "Commend.h"
  3. #include <strsafe.h>
  4. #include "GameServerDlg.h"
  5. #include "../KernelEngine/TraceService.h"
  6. //bool ::ToSet(TCHAR* pBuffer, int iLen, DWORD dUserID)
  7. //{
  8. // return true;
  9. //}
  10. void mylog::OutputString(TCHAR* pBuffer, int iTableID)
  11. {
  12. auto tmp = Logger::GetInstance().GetTableLogger(iTableID);
  13. tmp->info("{}", CT2A(pBuffer));
  14. }