#include <evlog.h> int log_sys_create();
A successful call to log_sys_create()
returns a value
of zero and a unsuccessful call returns the errno
.
This function will create a predefined system log directory path and system log file if they do not already exist.
The _POSIX_LOGGING
feature flag is defined to indicate
this service is available.
Copyright © 1988-2004 OAR Corporation