CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php56/root/usr/share/doc/pear/Log/examples/
Upload File :
Current File : //opt/cpanel/ea-php56/root/usr/share/doc/pear/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.');

Copyright 2K16 - 2K18 Indonesian Hacker Rulez