Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
cpanel-php84-log
/
examples
/
Filename :
win.php
back
Copy
<?php require_once 'Log.php'; $conf = ['title' => 'Sample Log Output']; $logger = Log::singleton('win', 'LogWindow', 'ident', $conf); for ($i = 0; $i < 10; $i++) { $logger->log("Log entry $i"); }