|
DDS
ver. 1.6
|
Go to the source code of this file.
Classes | |
| class | MiscCommon::CLogSingleton |
| It represents logbook as a singleton. More... | |
| class | MiscCommon::CLogImp< _T > |
| Template class. High-end helper implementation of CLog, its ofstream specialization. More... | |
Namespaces | |
| MiscCommon | |
| Miscellaneous functions and helpers are located here. | |
Macros | |
| #define | REGISTER_LOG_MODULE(name) |
| It is a supporting macro, which declares GetModuleName method. Needed by MiscCommon::CLogImp. More... | |
| #define REGISTER_LOG_MODULE | ( | name | ) |
It is a supporting macro, which declares GetModuleName method. Needed by MiscCommon::CLogImp.
Must be declared in a child class of MiscCommon::CLogImp.
1.8.13