| Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/php5.5/lib/php/doc/Log/examples/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/php5.5/lib/php/doc/Log/examples/syslog.php |
<?php
require_once 'Log.php';
$logger = &Log::singleton('syslog', LOG_LOCAL0, 'ident');
for ($i = 0; $i < 10; $i++) {
$logger->log("Log entry $i");
}