f-oris/easy-sdk-logger

Easy sdk logger component.

2.0.1 2021-04-24 14:41 UTC

This package is auto-updated.

Last update: 2024-04-24 20:59:47 UTC


README

Easy sdk 日志扩展组件包

Latest Stable Version Total Downloads Latest Unstable Version License

2.0版本说明

  • 移除php-7.0语法,兼容php-5.5语法
  • 组件名称改为\Psr\Log\LoggerInterface::class,弃用原硬编码使用的logger名称

安装

通过composer引入扩展包

composer require f-oris/easy-sdk-logger:^2.0

Publish日志配置信息

php artisan vendor:publish --provider="Foris\Easy\Sdk\Logger\ServiceProvider"

使用

通过服务容器,获取Logger实例,按照easy-logger使用说明进行调用即可

<?php

$app = new \Foris\Easy\Sdk\Application();
$app->get(\Psr\Log\LoggerInterface::class)->debug('debug info');

License

MIT License

Copyright (c) 2019-present F.oris us@f-oris.me