mont4/micro-service-logger
Laravel Micro Service Mono Logger
Installation
Install via composer
composer require mont4/micro-service-logger
Add blew codes to config/logging.php
<?php
...
return [
...
'channels' => [
...
'MicroServiceLogger' => [
'driver' => 'monolog',
'handler' => Mont4\MicroServiceLogger\LogHandler::class,
'tap' => [
'Mont4\MicroServiceLogger\Formatter\CustomizeFormatter'
],
]
]
];
Publish Configuration File
php artisan vendor:publish --provider="Mont4\MicroServiceLogger\ServiceProvider" --tag="config"
Usage
CHANGE ME
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.
Related Packages
ytake/laravel-aspect
Aspect Oriented Programming library for laravel framework, and lumen
143,346
138
mollie/laravel-mollie
Mollie API client wrapper for Laravel & Mollie Connect provider for Laravel Soci...
4,979,596
361