| Active Users: |
49 |
| Accounts: |
0 |
| Guests: |
49 |
|
|
|
|
|
|
|
Zend_Log revisited
With the current Zend Framework Beta 0.9.2 release the Zend_Log component has been improved with a new fully object oriented design. There are lots of new features including Writers, Filters, Formatters and Events to discover and use in custom applications. The log Priorities have been doubled from 4 to 8 in the current release and it's now possible to add user defined log Priorities via the Zend_Log addPriority method. Due to the use of one of PHP magic functions it's even possible to send messages of the log Priority type simply by calling the 'priorityName()' method, i.e. $logger->audit('Auditional message'), of the Zend_Log object without further ado.
| Zend Framework Version: |
Not available
|
| Author Name: |
Raphael Stolt
|
| Source: |
<raphael.on.php/>
|
| Referred By: |
Raphael Stolt
|
|
|
|
|
|
|
|
|
|
|
|