This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-log 2.9.0
·
220 commits
to master
since this release
Added
-
#46 adds the ability to specify log writer, formatter, filter, and processor plugin configuration via the new top-level keys:
log_filterslog_formatterslog_processorslog_writers
These follow the same configuration patterns as any other service manager/plugin manager as implemented by zend-servicemanager.
Additionally, you can now specify filer, formatter, and processor services when specifying writer configuration for a logger, as these are now backed by the above plugin managers.
Deprecated
- Nothing.
Removed
- Removes support for PHP 5.5.
Fixed
- #38 adds the
MongoDbwriter to the list of available writer plugins; the writer was added in a previous release, but never enabled within the default set of writers.