Skip to content

Commit

Permalink
Add reference to ChromePhp LoggerWriter in WriterPluginManager
Browse files Browse the repository at this point in the history
  • Loading branch information
coolmic committed Nov 24, 2012
1 parent 3c1f321 commit c61a7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Log/WriterPluginManager.php
Expand Up @@ -24,6 +24,7 @@ class WriterPluginManager extends AbstractPluginManager
* @var array
*/
protected $invokableClasses = array(
'chromephp' => 'Zend\Log\Writer\ChromePhp',
'db' => 'Zend\Log\Writer\Db',
'fingerscrossed' => 'Zend\Log\Writer\FingersCrossed',
'firephp' => 'Zend\Log\Writer\FirePhp',
Expand Down

0 comments on commit c61a7fd

Please sign in to comment.