syslog() generates a log message that will be distributed by the system logger. .... With FreeBSD I can use: syslog(LOG_INFO,"test"); BSD/OS does not support ...
php.net