This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
weierophinney
released this
27 Dec 16:19
·
3 commits
to master
since this release
Added
- #99 adds
Zend\Log\PsrLoggerAbstractAdapterFactory
, which will create instances ofPsrLoggerAdapter
. Usage is exactly like withZend\Log\LoggerAbstractServiceFactory
, with the exception that it looks under thepsr_log
configuration key instead of thelog
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.