xchg / logger
Xchg debug logger based on Monolog
1.0.0
2018-03-04 19:20 UTC
Requires
- php: >=5.3.0
- monolog/monolog: 1.23.0
This package is not auto-updated.
Last update: 2025-06-25 07:58:16 UTC
README
Xchg Logger generates nicely formatted, easy to read, multi-line, verbose log entries for debugging purposes.
It is based on Monolog.
Installation
Install the latest version with Composer:
composer require xchg/logger
About
Requirements
Xchg Logger works with PHP 5.3 or above.
Author
Tom Garda - tgarda20@hotmail.com
License
Xchg Logger is licensed under the MIT License - see the LICENSE
file for details.
Acknowledgements
This library is based on Jordi Boggiano Monolog. (https://github.com/Seldaek/monolog/)