Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1222 in develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Mar 13, 2014
2 parents faec53c + a38cc51 commit 04d0d52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ By default, Zend Framework provides several useful module manager listeners.
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+
| ``Zend\View\LogProcessorManager`` | ``log_processors`` | ``LogProcessorProviderInterface`` | ``getLogProcessorConfig`` |
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+
| ``Zend\View\LogWriterManager`` | ``log_writers`` | ``LogWritersProviderInterface`` | ``getLogWriterConfig`` |
| ``Zend\View\LogWriterManager`` | ``log_writers`` | ``LogWriterProviderInterface`` | ``getLogWriterConfig`` |
+------------------------------------------------+------------------------+---------------------------------------+-------------------------------+

Configuration follows the examples in the :ref:`ServiceManager configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/languages/en/tutorials/config.advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Configuration mapping table
+------------------------------+---------------------------------------+---------------------------------+------------------------+
| ``LogProcessorManager`` | ``LogProcessorProviderInterface`` | ``getLogProcessorConfig`` | ``log_processors`` |
+------------------------------+---------------------------------------+---------------------------------+------------------------+
| ``LogWriterManager`` | ``LogWritersProviderInterface`` | ``getLogWriterConfig`` | ``log_writers`` |
| ``LogWriterManager`` | ``LogWriterProviderInterface`` | ``getLogWriterConfig`` | ``log_writers`` |
+------------------------------+---------------------------------------+---------------------------------+------------------------+

Configuration Priority
Expand Down

0 comments on commit 04d0d52

Please sign in to comment.