Download the PHP package hatchetaustralia/laravel-cloudwatch-logger without Composer
On this page you can find all versions of the php package hatchetaustralia/laravel-cloudwatch-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hatchetaustralia/laravel-cloudwatch-logger
More information about hatchetaustralia/laravel-cloudwatch-logger
Files in hatchetaustralia/laravel-cloudwatch-logger
Package laravel-cloudwatch-logger
Short Description Laravel logger for AWS Clouldwatch Log service.
License MIT
Homepage https://github.com/hatchetaustralia/laravel-cloudwatch-logger
Informations about the package laravel-cloudwatch-logger
Laravel Logger for AWS CloudWatch
Laravel logger factory for AWS Cloudwatch Logs service.
Installation
You can install the package via composer:
Usage
Config parameters for logging are defined at config/logging.php
.
You need to add new channel as cloudwatch
and copy params inside config/config.php
into it.
Change the log channel inside .env
file with cloudwatch
.
You can use Laravel's default Log
class to send your logs to CloudWatch.
``
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Turan Karatuğ
- Faruk Can
- Yunus Emre Deligöz
- Hakan Özdemir
- All Contributors
License
The MIT License (MIT). Please see License File for more information.