CScreenLog Class Reference#include <ScreenLog.h>
Inheritance diagram for CScreenLog:
![]()
Collaboration diagram for CScreenLog:
![]()
Detailed DescriptionDefinition at line 47 of file ScreenLog.h. Constructor & Destructor Documentation
Member Function Documentation
Implements CErrorHandler::CErrorHandler::CErrorLog. Definition at line 57 of file ScreenLog.cpp. 00060 { 00061 printf("Error in class: %s, Method: %s, Message: %s\n",rClass.c_str(), 00062 rMethod.c_str(), 00063 rMessage.c_str()); 00064 }
Implements CErrorHandler::CErrorHandler::CErrorLog. Definition at line 66 of file ScreenLog.cpp. 00070 { 00071 printf("Message in class: %s, Method: %s, Message: %s\n",rClass.c_str(), 00072 rMethod.c_str(), 00073 rMessage.c_str()); 00074 }
The documentation for this class was generated from the following files: |