defines the standard central logger entry structure More...
#include <tinetype.h>
Data Fields | |
| char | context [32] |
| char | logger [32] |
| int | priority |
| int | status |
| char | tag [32] |
| char | text [256] |
| double | timeLogged |
| double | timeSent |
defines the standard central logger entry structure
| char CLOG::context[32] |
the logging context (e.g. the machine context)
| char CLOG::logger[32] |
the user/server/application submitting the logging entry
| int CLOG::priority |
the log entry priority (CLOG_PRIORITY_NONE, CLOG_PRIORITY_USEFUL, etc.)
| int CLOG::status |
the log entry status (CLOG_STATUS_NONE, CLOG_STATUS_INFO, CLOG_STATUS_WARN, etc.)
| char CLOG::tag[32] |
a logging tag identifier
| char CLOG::text[256] |
the text to be logged
| double CLOG::timeLogged |
local timestamp of the central logger at the time of receipt
| double CLOG::timeSent |
local timestamp of the logging application at the time of submission
1.5.8