|
DDS
ver. 1.6
|
A simple template class which represents the Log engine of library. More...
#include <Log.h>
Public Member Functions | |
| CLog (_T *_stream, unsigned char _logLevel) | |
| void | push (LOG_SEVERITY _Severity, unsigned long _ErrorCode, const std::string &_Module, const std::string &_Message) |
A simple template class which represents the Log engine of library.
Current Log schema: [DATE/TIME] [SEVERITY] [MODULE NAME] [Message]
|
inline |
|
inline |
1.8.13