DDS  ver. 3.5.3.8.g5fe284b
Classes | Namespaces | Typedefs | Enumerations
Log.h File Reference
#include <sys/time.h>
#include <ctime>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include "Res.h"
#include "SysHelper.h"
#include "def.h"

Go to the source code of this file.

Classes

class  MiscCommon::CLog< _T >
 A simple template class which represents the Log engine of library. More...
 
class  MiscCommon::CFileLog
 Logging to a file. More...
 

Namespaces

 MiscCommon
 Miscellaneous functions and helpers are located here.
 

Typedefs

typedef enum MiscCommon::ESeverity MiscCommon::LOG_SEVERITY
 Log's severity's constants. More...
 
typedef CLog< std::ostream > MiscCommon::CSTDOutLog
 ostream specialization of CLog. More...
 

Enumerations

enum  MiscCommon::ESeverity {
  MiscCommon::LOG_SEVERITY_INFO = 0x01, MiscCommon::LOG_SEVERITY_WARNING = 0x02, MiscCommon::LOG_SEVERITY_FAULT = 0x04, MiscCommon::LOG_SEVERITY_CRITICAL_ERROR = 0x08,
  MiscCommon::LOG_SEVERITY_DEBUG = 0x10
}
 Log's severity's constants. More...
 
enum  { MiscCommon::e_FieldSeparator = 0x20, MiscCommon::e_WhiteSpace = 0x20 }