This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-log 2.8.0
weierophinney
released this
06 Apr 22:35
·
297 commits
to master
since this release
Added
- #39 adds the following factory classes for the exposed plugin managers in the component:
Zend\Log\FilterPluginManagerFactory
, which returnsFilterPluginManager
instances.Zend\Log\FormatterPluginManagerFactory
, which returnsFormatterPluginManager
instances.Zend\Log\ProcessorPluginManagerFactory
, which returnsProcessorPluginManager
instances.Zend\Log\WriterPluginManagerFactory
, which returnsWriterPluginManager
instances.
- #39 exposes the package as a ZF component and/or generic configuration provider, by adding the following:
ConfigProvider
, which maps the available plugin managers to the corresponding factories as listed above, maps theLogger
class to theLoggerServiceFactory
, and registers theLoggerAbstractServiceFactory
as an abstract factory.Module
, which does the same asConfigProvider
, but specifically for zend-mvc applications. It also provices a specifications toZend\ModuleManager\Listener\ServiceListener
to allow modules to provide configuration for log filters, formatters, processors, and writers.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.