| 86 | */ |
| 87 | |
| 88 | class Logging { |
| 89 | public: |
| 90 | /** |
| 91 | * default Constructor |
| 92 | */ |
| 93 | Logging() |
| 94 | #ifndef DISABLE_LOGGING |
| 95 | // : _level(LOG_LEVEL_SILENT), _showLevel(true) |
| 96 | #endif |
| 97 | {} |
| 98 | |
| 99 | /** |
| 100 | * Initializing, must be called as first. Note that if you use |