mindplay-dk / sql

Database framework and query builder
Other
18 stars 6 forks source link

Add non-buffered PSR Logger adapter #42

Open mindplay-dk opened 6 years ago

mindplay-dk commented 6 years ago

Add PSRLoggerAdapter to complement BufferedPSRLogger - a simple PSR logger adapter that delegates directly to a PSR-3 logger without buffering.

This should support custom log-level via the constructor.

Add tests.

Update documentation.