Introduction
Logger Adapter
Table of Contents
Composer
composer require flow-php/etl-adapter-logger:~0.34.3
Logger Implementation
This adapter requires a PSR-3 compatible logger. The psr/log interface is installed automatically,
but you need an actual implementation, for example:
composer require monolog/monolog