|
DDS
ver. 1.6
|
Logging to a file. More...
#include <Log.h>
Public Types | |
| typedef std::ofstream | stream_type |
Public Member Functions | |
| CFileLog (const std::string &_LogFileName, bool _CreateNew=false, unsigned char _logLevel=LOG_SEVERITY_INFO|LOG_SEVERITY_WARNING|LOG_SEVERITY_FAULT|LOG_SEVERITY_CRITICAL_ERROR) | |
Public Member Functions inherited from MiscCommon::CLog< std::ofstream > | |
| CLog (std::ofstream *_stream, unsigned char _logLevel) | |
| void | push (LOG_SEVERITY _Severity, unsigned long _ErrorCode, const std::string &_Module, const std::string &_Message) |
Logging to a file.
ofstream specialization of CLog.
| typedef std::ofstream MiscCommon::CFileLog::stream_type |
|
inline |
1.8.13