Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

zend-log 2.9.1

Choose a tag to compare

@weierophinney weierophinney released this 11 Aug 13:48
· 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 AbstractWriter whereby instantiating a Zend\Log\Writer\FormatterPluginManager or FilterPluginManager prior to creating a writer instance would lead to a naming conflict. New aliases were added to prevent the conflict going forwards.