DDS  ver. 3.4
Public Member Functions | List of all members
MiscCommon::CLog< _T > Class Template Reference

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)
 

Detailed Description

template<typename _T>
class MiscCommon::CLog< _T >

A simple template class which represents the Log engine of library.

Current Log schema: [DATE/TIME] [SEVERITY] [MODULE NAME] [Message]

Constructor & Destructor Documentation

◆ CLog()

template<typename _T>
MiscCommon::CLog< _T >::CLog ( _T _stream,
unsigned char  _logLevel 
)
inline

Member Function Documentation

◆ push()

template<typename _T>
void MiscCommon::CLog< _T >::push ( LOG_SEVERITY  _Severity,
unsigned long  _ErrorCode,
const std::string &  _Module,
const std::string &  _Message 
)
inline

The documentation for this class was generated from the following file: