leonid74/simple-logger-php

Simple logger that sends debugging information to the file, to the screen, via email

0.1.4 2021-02-20 08:36 UTC

This package is auto-updated.

Last update: 2024-03-28 14:35:01 UTC


README

License Author Latest Stable Version CodeFactor Codacy Badge Code Inspector Code Inspector

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.