Current Path : /opt/cpanel/ea-php56/root/usr/share/doc/pear/Log/examples/ |
Current File : //opt/cpanel/ea-php56/root/usr/share/doc/pear/Log/examples/win.php |
<?php require_once 'Log.php'; $conf = array('title' => 'Sample Log Output'); $logger = &Log::singleton('win', 'LogWindow', 'ident', $conf); for ($i = 0; $i < 10; $i++) { $logger->log("Log entry $i"); }