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.