ProcessorPluginManagerFactory and WriterPluginManagerFactory implementations, per their original implementation in zend-mvc.
FilterPluginManagerFactory and FormatterPluginManagerFactory implementations, for consistency within the component.
ConfigProvider, which provides basic dependency configuration for each of the plugin managers, a Logger instance, and the abstract logger factory.
Module, which provides the above, but also provides specifications to the zend-modulemanager ServiceListener for configuring log filters, formatters, processors, and writers.
Added:
ProcessorPluginManagerFactory
andWriterPluginManagerFactory
implementations, per their original implementation in zend-mvc.FilterPluginManagerFactory
andFormatterPluginManagerFactory
implementations, for consistency within the component.ConfigProvider
, which provides basic dependency configuration for each of the plugin managers, aLogger
instance, and the abstract logger factory.Module
, which provides the above, but also provides specifications to the zend-modulemanagerServiceListener
for configuring log filters, formatters, processors, and writers.