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

zend-log 2.9.2

Choose a tag to compare

@weierophinney weierophinney released this 17 May 16:06
· 145 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #74 fixes how the various plugin manager factories initialize the plugin manager instances, ensuring they are injecting the relevant configuration from the config service and thus seeding them with configured plugin services. This means that the log_processors, log_writers, log_filters, and log_formatters configuration will now be honored in non-zend-mvc contexts.
  • #62 fixes registration of the alias and factory for the PsrPlaceholder processor plugin.
  • #66 fixes the namespace of the LogFormatterProviderInterface when registering the LogFormatterManager with the zend-modulemanager ServiceListener.
  • #67 ensures that content being injected into a DOM node by Zend\Log\Formatter\Xml is escaped so that XML entities will be properly emitted.
  • #73 adds a missing import statement to the Psr log writer.