Sindbad~EG File Manager

Current Path : /proc/2714585/root/usr/share/doc/cpanel-php83-log/examples/
Upload File :
Current File : //proc/2714585/root/usr/share/doc/cpanel-php83-log/examples/composite.php

<?php

require_once 'Log.php';

$console = Log::singleton('console', '', 'TEST');
$file = Log::singleton('file', 'out.log', 'TEST');

$composite = Log::singleton('composite');
$composite->addChild($console);
$composite->addChild($file);

$composite->log('This event will be logged to both handlers.');

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists