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

zend-log 2.9.0

Choose a tag to compare

@weierophinney weierophinney released this 22 Jun 22:27
· 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_filters
    • log_formatters
    • log_processors
    • log_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 MongoDb writer to the list of available writer plugins; the writer was added in a previous release, but never enabled within the default set of writers.