Under active development. Not yet for prime production.
Simple logger class that creates logs when an exception is thrown and sends debugging information to the screen and via email (optional)
Recommended installation via composer: add leonid74/simple-logger-php
to composer.json
either by running composer require leonid74/simple-logger-php
or by defining it manually:
"require": {
// ...
"leonid74/simple-logger-php": "^0.1.3"
// ...
}
Update dependencies: composer update
Leonid74 (https://github.com/Leonid74) inspired by andrey-tech's Debug Logger PHP (https://github.com/andrey-tech)
This software is distributed under the BSD 3-Clause license terms.