In file errors.h:

void _logerrorsys

(char* file, uint32 line, int32 err,
char* format, ...)

Log a plain system error.

Documentation

Log a plain system error.

Logs and audits a system error, along with its standard UNIX explanation. The user is notified. Don't worry about the unusual nature of most of the arguments. They are filled in automatically by the helper macro, logerror. In fact, you must not use this function directly.

Parameters:
file - the source filename where the error occurred.
line - the line number executing at the time of the error.
err - the value of errno.
format - a printf()-like format string, followed by any necessary arguments, as required by the format specifiers.
See Also:
error_logsys()

Alphabetic index



This page was generated with the help of DOC++.