A-50
A4
C.25 errorLogger
The errorLogger procedure is used to obtain the current contents of the error
log.
struct error_log_Parms {
};
struct Error_Log_Resp {
unsigned int error;
unsigned int count;
unsigned int errors[100];
};
error_log_Resp errorlogger (error_log_Parms) = 26;
The error log will contain 100 entries. The count will signify how many are
valid. The remaining values will be of indeterminate values.
Note this function returns all entries and flushes the error log. Do not run this
function more than 5 times per second to avoid impacting the 8065's perfor-
mance and overloading the network.
Refer to the ErrorLogger utility for the error value definitions.
Error Meaning
0
No error