graham-campbell/logger-core

This package is abandoned and no longer maintained. The author suggests using the altthree/logger package instead.

Provides A Logger Trait For Reuse

v1.1.0 2015-06-26 16:57 UTC

This package is auto-updated.

Last update: 2022-02-01 12:48:04 UTC


README

Laravel Logger Core was created by, and is maintained by Graham Campbell, and provides a logger trait for reuse for Laravel 5. Feel free to check out the change log, releases, license, and contribution guidelines.

WARNING

This package is no longer maintained.

Laravel Logger Core

Build Status Coverage Status Quality Score Software License Latest Version

Installation

PHP 5.5+ or HHVM 3.6+, and Composer are required.

To get the latest version of Laravel Logger Core, simply add the following line to the require block of your composer.json file:

"graham-campbell/logger-core": "~1.1"

You'll then need to run composer install or composer update to download it and have the autoloader updated.

Configuration

Laravel Logger Core requires no configuration. Just follow the simple install instructions and go!

Usage

There is currently no usage documentation for Laravel Core, but we are open to pull requests.

License

Laravel Logger Core is licensed under The MIT License (MIT).