Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
cpanel-php84-log
/
examples
/
Filename :
mail.php
back
Copy
<?php require_once 'Log.php'; $conf = ['subject' => 'Important Log Events']; $logger = Log::singleton('mail', 'webmaster@example.com', 'ident', $conf); for ($i = 0; $i < 10; $i++) { $logger->log("Log entry $i"); }