Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/php5.6/lib/php/doc/Log/examples/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/php5.6/lib/php/doc/Log/examples/console.php

<?php

require_once 'Log.php';

$logger = &Log::singleton('console', '', 'ident');
for ($i = 0; $i < 10; $i++) {
    $logger->log("Log entry $i");
}