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

Commit

Permalink
Added CHANGELOG for #6
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 20, 2015
1 parent 0905eaa commit 14f06d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,17 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#6](https://github.com/zendframework/zend-log/pull/6) adds
[PSR-3](http://www.php-fig.org/psr/psr-3/) support to zend-log:
- `Zend\Log\PsrLoggerAdapter` allows you to decorate a
`Zend\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 with `Zend\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

Expand Down

0 comments on commit 14f06d6

Please sign in to comment.