PHPackages                             netpromotion/lazy-logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. netpromotion/lazy-logger

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

netpromotion/lazy-logger
========================

Psr\\Log\\LoggerInterface implementation which creates real logger only if it is needed

v1.0.0(7y ago)01.9kMITPHPPHP &gt;=5.6

Since Apr 11Pushed 7y ago2 watchersCompare

[ Source](https://github.com/netpromotion/lazy-logger)[ Packagist](https://packagist.org/packages/netpromotion/lazy-logger)[ Docs](https://github.com/netpromotion/lazy-logger/)[ RSS](/packages/netpromotion-lazy-logger/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Lazy logger
===========

[](#lazy-logger)

`Psr\Log\LoggerInterface` implementation which creates real logger only if it is needed.

Ideal for entry points which needs to be quick, but should use robust logger like Monolog for error logging.

```
