zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

About Module.php Formatter namespace path #65

Closed leolicai closed 7 years ago

leolicai commented 7 years ago

At line 59 - 64 $serviceListener->addServiceManager( 'LogFormatterManager', 'log_formatters', 'Zend\Log\Filter\LogFormatterProviderInterface', 'getLogFormatterConfig' ); Why is Zend\Log\Filter\LogFormatterProviderInterface? Is should be Zend\Log\Formatter\LogFormatterProviderInterface ?. Thanks.

Is same example config zend_log in zf3 application demo? THNAKS