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

zend-log 2.12.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 27 Dec 16:19
· 3 commits to master since this release
release-2.12.0

Added

  • #99 adds Zend\Log\PsrLoggerAbstractAdapterFactory, which will create instances of PsrLoggerAdapter. Usage is exactly like with Zend\Log\LoggerAbstractServiceFactory, with the exception that it looks under the psr_log configuration key instead of the log key for logger configuration.

Changed

  • #100 updates the psr/log constraint to 1.1.2, removing the need for an extra autoloader in this package.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.