leonid74 / simple-logger-php
Simple logger that sends debugging information to the file, to the screen, via email
Requires
- php: >=7.0
Requires (Dev)
This package is auto-updated.
Last update: 2025-02-28 16:34:26 UTC
README
simple-logger-php
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)
Installation
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
Author
Leonid74 (https://github.com/Leonid74) inspired by andrey-tech's Debug Logger PHP (https://github.com/andrey-tech)
License
This software is distributed under the BSD 3-Clause license terms.