This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-log 2.6.0
weierophinney
released this
20 Jul 17:45
·
403 commits
to master
since this release
Added
- #6 adds PSR-3 support to zend-log:
Zend\Log\PsrLoggerAdapter
allows you to decorate aZend\Log\LoggerInterface
instance so it can be used wherever a PSR-3 logger is expected.Zend\Log\Writer\Psr
allows you to decorate a PSR-3 logger instance for use as a log writer withZend\Log\Logger
.Zend\Log\Processor\PsrPlaceholder
allows you to use PSR-3-compliant message placeholders in your log messages; they will be substituted from corresponding keys of values passed in the$extra
array when logging the message.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.