#pragma once namespace CDebugSet { // Note : ÆÄÀÏ·Î È­¸é¿¡ »Ñ¸² // Usage : ÆÄÀϸíÀ» Á¦ÀÏ ¾Õ¿¡ ¾²°í, µð¹ö±× Á¤º¸¸¦ printf ()¸¦ »ç¿ëÇϵíÀÌ ÆÄ¶ó¹ÌÅ͸¦ ³Ñ±è void ToLogFile ( const char *szFormat, ... ); void ToFile ( const char *szFileName, const char *szFormat, ... ); void ToFileWithTime ( const char* szFileName, const char* szFormat, ... ); void ClearFile ( const char *szFileName ); const char* GetPath (); std::string GetCurTime (); // Note : µð¹ö±×Á¤º¸¸¦ ÆÄÀÏ·Î Ãâ·ÂÇÒ ¶§, Àý´ë°æ·Î¸¦ ¼³Á¤ÇØ¾ß ÇÑ´Ù. // bool Initialize( const char *pszFullDir, bool bLogFileFinalOpen = false ); bool Finalize(); };