Download the PHP package onramplab/laravel-log-enhancement without Composer
On this page you can find all versions of the php package onramplab/laravel-log-enhancement. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-log-enhancement
laravel-log-enhancement
A library with logging enhancement. Including:
- Overriding
Log
facade- It extends default Laravel
Log
facade with logging adding class path and tracking id into context.
- It extends default Laravel
-
LogglyHandler
class- It extends monolog's LogglyHandler with tags support
DatadogHandler
class- It supports Datadog Logs
Install
- use Datadog APM to connect php logs and traces
Usage
LoggerFacade
The log json will look like this:
LogglyHandler
You can adding following block into config/logging.php
.
DatadogHandler
You can adding following block into config/logging.php
.
Testing
Run the tests with:
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.# laravel-log-enhancement
All versions of laravel-log-enhancement with dependencies
PHP Build Version
Package Version
The package onramplab/laravel-log-enhancement contains the following files
Loading the files please wait ....