source: sandbox/workflow/branches/993/inc/log/examples/console.php @ 795

Revision 795, 149 bytes checked in by viani, 15 years ago (diff)

Ticket #488 - Inclusão do módulo workflow no ramo trunk do repositório Expresso.

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