Implementation for ErrorLog. More...
Namespaces | |
| namespace | Tonido::Util |
Generally useful Utility functions. | |
Defines | |
| #define | CHECKANDTHROW(X) |
| #define | ERRORLOG_EYE_CATCHER 0xFFDCFFDC |
| #define | ERRORLOG_VERSION 0x1 |
| #define | MAX_NUM_ERRORLOGS 20 |
Functions | |
| bool | sortFilesByDate (const Poco::File &elem1, const Poco::File &elem2) |
Implementation for ErrorLog.
| #define CHECKANDTHROW | ( | X | ) |
{ \
if (!X) \
throw ErrorLogSerializationFailed(); \
} \