├── CHANGELOG.md ├── LICENSE ├── README.md ├── composer.json └── src └── LoggerPlugin.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-http/logger-plugin/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-http/logger-plugin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-http/logger-plugin/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-http/logger-plugin/HEAD/composer.json -------------------------------------------------------------------------------- /src/LoggerPlugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php-http/logger-plugin/HEAD/src/LoggerPlugin.php --------------------------------------------------------------------------------