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

zend-log 2.8.0

Compare
Choose a tag to compare
@weierophinney 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 returns FilterPluginManager instances.
    • Zend\Log\FormatterPluginManagerFactory, which returns FormatterPluginManager instances.
    • Zend\Log\ProcessorPluginManagerFactory, which returns ProcessorPluginManager instances.
    • Zend\Log\WriterPluginManagerFactory, which returns WriterPluginManager 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 the Logger class to the LoggerServiceFactory, and registers the LoggerAbstractServiceFactory as an abstract factory.
    • Module, which does the same as ConfigProvider, but specifically for zend-mvc applications. It also provices a specifications to Zend\ModuleManager\Listener\ServiceListener to allow modules to provide configuration for log filters, formatters, processors, and writers.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.