X7ROOT File Manager
Current Path:
/usr/share/doc/cpanel-php81-log-1.13.3/examples
usr
/
share
/
doc
/
cpanel-php81-log-1.13.3
/
examples
/
📁
..
📄
composite.php
(305 B)
📄
console.php
(149 B)
📄
display.php
(280 B)
📄
error_log.php
(169 B)
📄
file.php
(216 B)
📄
firebug.php
(270 B)
📄
mail.php
(226 B)
📄
null.php
(133 B)
📄
observer_mail.php
(655 B)
📄
pear_error_handler.php
(620 B)
📄
php_error_handler.php
(768 B)
📄
sql.php
(220 B)
📄
sqlite.php
(489 B)
📄
syslog.php
(156 B)
📄
win.php
(208 B)
Editing: file.php
<?php require_once 'Log.php'; $conf = array('mode' => 0600, 'timeFormat' => '%X %x'); $logger = &Log::singleton('file', 'out.log', 'ident', $conf); for ($i = 0; $i < 10; $i++) { $logger->log("Log entry $i"); }
Upload File
Create Folder