<?php define_syslog_variables(); openlog("www.navioo.com", LOG_PID, LOG_USER); syslog(LOG_WARNING,"www.navioo.com example warning."); closelog();?>