mont4/micro-service-logger
最新稳定版本:v1.2.2
Composer 安装命令:
composer require mont4/micro-service-logger
包简介
README 文档
README
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.
统计信息
- 总下载量: 2.64k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-23