Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.64 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.64 KB

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.