source: trunk/workflow/inc/log/examples/firebug.php @ 7655

Revision 7655, 273 bytes checked in by douglasz, 11 years ago (diff)

Ticket #3236 - Melhorias de performance no codigo do Expresso.

  • Property svn:executable set to *
Line 
1<?php
2
3require_once '../Log.php';
4
5$logger = &Log::singleton('firebug', '',
6                          'PHP',
7                          array('buffering' => true),
8                          PEAR_LOG_DEBUG);
9
10for ($i = 0; $i < 10; ++$i) {
11    $logger->log("Log entry $i");
12}
Note: See TracBrowser for help on using the repository browser.