This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-log 2.9.2
·
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
configservice and thus seeding them with configured plugin services. This means that thelog_processors,log_writers,log_filters, andlog_formattersconfiguration will now be honored in non-zend-mvc contexts. - #62 fixes registration of the alias and factory for the
PsrPlaceholderprocessor plugin. - #66 fixes the namespace of the
LogFormatterProviderInterfacewhen registering theLogFormatterManagerwith the zend-modulemanagerServiceListener. - #67 ensures that content being injected into a DOM node by
Zend\Log\Formatter\Xmlis escaped so that XML entities will be properly emitted. - #73 adds a missing import statement to the
Psrlog writer.