This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-log 2.9.1
·
205 commits
to master
since this release
Added
- #53 adds a suggestion to the package definition of ext/mongodb, for those who want to use the MongoDB writer.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #56 fixes an edge case with the
AbstractWriterwhereby instantiating aZend\Log\Writer\FormatterPluginManagerorFilterPluginManagerprior to creating a writer instance would lead to a naming conflict. New aliases were added to prevent the conflict going forwards.