| Server IP : 148.66.153.176 / Your IP : 216.73.217.18 Web Server : Apache System : Linux 176.153.66.148.host.secureserver.net 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64 User : drajayshahmd ( 1078) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/share/doc/cpanel-php84-log/examples/ |
Upload File : |
<?php
require_once 'Log.php';
$logger = Log::singleton('null');
for ($i = 0; $i < 10; $i++) {
$logger->log("Log entry $i");
}