公開メンバ |
std::string | OutputToFile () |
| ・ファイルに出力します。. より詳しく...
|
void | OutputWin32ApiError (const std::string &p_rcFuncNameStr, const int p_iData, const int p_iLastError) |
| ・ Win32 API エラーを出力します。. より詳しく...
|
void | OutputThisAppError (const std::string &p_rcFuncNameStr, const std::string &p_rcMessageStr, const int p_iLastError) |
| ・このアプリケーションでのエラーを出力します。. より詳しく...
|
void | OutputMessage (const std::string &p_rcMsgStr, WPARAM p_wParam, LPARAM p_lParam) |
| メッセージのトレースを出力します。. より詳しく...
|
void | OutputThisLine (const char *const p_pchFile, const int p_iLine) |
| ・行をトレースして出力します。. より詳しく...
|
void | OutputString (const std::string &p_rcName1Str, const std::string &p_rcName2Str, const std::string &p_rcName3Str) |
| ・文字列を出力します。. より詳しく...
|
void | OutputNum (const std::string &p_rcNameStr, const int p_iData1, const int p_iData2) |
| ・整数値を出力します。. より詳しく...
|
公開属性 |
friend | COutputTraceCreater |
非公開メンバ |
| COutputTrace (const COutputTrace &) |
void | operator= (const COutputTrace &) |
| COutputTrace (const int p_iQueueSize=1000, const std::string &p_rcFolderPathStr="", const std::string &p_rcFileSuffixStr=".log") |
| ・コンストラクタ。. より詳しく...
|
virtual | ~COutputTrace () |
| ・デストラクタ。. より詳しく...
|
virtual void | SetOutputMessageInQueue (const std::string &p_rcMessageStr) |
| ・出力情報をキューに追加します。. より詳しく...
|
非公開属性 |
CRITICAL_SECTION | m_stCriticalSection |
| クリティカルセクション用構造体。. より詳しく...
|