诸暨麻将添加redis
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

17 řádky
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. }