RTEMS Logo

RTEMS 4.6.4 On-Line Library


Event Logging Manager log_sys_create - Creates a system log file

PREV UP next Bookshelf New Chapters

1.4.17: log_sys_create - Creates a system log file

CALLING SEQUENCE:

#include <evlog.h>

int log_sys_create();

STATUS CODES:

A successful call to log_sys_create() returns a value of zero and a unsuccessful call returns the errno.

EEXIST
The directory path to the system log already exist.

DESCRIPTION:

This function will create a predefined system log directory path and system log file if they do not already exist.

NOTES:

The _POSIX_LOGGING feature flag is defined to indicate this service is available.


PREV UP next Bookshelf New Chapters

Copyright © 1988-2004 OAR Corporation