CTraceLog Class Reference#include <TraceLog.h>
Inheritance diagram for CTraceLog:
![]()
Collaboration diagram for CTraceLog:
![]()
Detailed DescriptionDefinition at line 48 of file TraceLog.h. Constructor & Destructor Documentation
Member Function Documentation
Implements CErrorHandler::CErrorHandler::CErrorLog. Definition at line 73 of file TraceLog.cpp. 00074 { 00075 WriteLog(rError); 00076 }
Definition at line 57 of file TraceLog.cpp. 00058 { 00059 try 00060 { 00061 #ifdef _MSC_VER 00062 //Write to log 00063 ATLTRACE("%s\n",rMessage.c_str()); 00064 #endif 00065 return true; 00066 } 00067 catch (...) 00068 { 00069 return false; 00070 } 00071 }
Implements CErrorHandler::CErrorHandler::CErrorLog. Definition at line 78 of file TraceLog.cpp. 00079 { 00080 WriteLog(rMessage); 00081 }
The documentation for this class was generated from the following files: |