In file errors.h:

#define error_logsys

(fmt...)

Proper way to log a system error.

Documentation

Proper way to log a system error.

Logs and audits a non-fatal system error, along with the explanation of the current value of errno. This is the function you should use in order to log a system error.

Parameters:
fmt - a printf()-like format string, followed by any necessary arguments, as required by the format specifiers.

Alphabetic index



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