zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

#70 - implemented new AbstractFactory for PsrLoggerAdapter #99

Closed dennybrandes closed 4 years ago

dennybrandes commented 5 years ago

Add feature described in https://github.com/zendframework/zend-log/issues/70

dennybrandes commented 5 years ago

Documentation is missing. Any suggestion where to place it exactly. There is a part ServiceManager and one for PSR-3. In which of them could we put it in?

weierophinney commented 4 years ago

@dennybrandes Put the documentation under the ServiceManager section, but reference and link to it from the PSR-3 section.

dennybrandes commented 4 years ago

@weierophinney I added documentation now.

weierophinney commented 4 years ago

@dennybrandes I've incorporated the feedback from @froschdesign and pushed back to your branch. Thanks for your contribution!