PSR Log
=======
This repository holds all interfaces/classes/traits related to
[PSR-3](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md).
Note that this is not a logger of its own. It is merely an interface that
describes a logger. See the specification for more details.
Installation
------------
```bash
composer require psr/log
```
Usage
-----
If you need a logger, you can use the interface like this:
```php
<?php
use Psr\Log\LoggerInterface;
class Foo
{
private $logger;
public function __construct(LoggerInterface $logger = null)
{
$this->logger = $logger;
}
public function doSomething()
{
if ($this->logger) {
$this->logger->info('Doing work');
}
try {
$this->doSomethingElse();
} catch (Exception $exception) {
$this->logger->error('Oh no!', array('exception' => $exception));
}
// do something useful
}
}
```
You can then pick one of the implementations of the interface to get a logger.
If you want to implement the interface, you can require this package and
implement `Psr\Log\LoggerInterface` in your code. Please read the
[specification text](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-3-logger-interface.md)
for details.
没有合适的资源?快使用搜索试试~ 我知道了~
nw惠娟系统1.5.0
共691个文件
dat:360个
php:112个
gif:78个
需积分: 5 1 下载量 189 浏览量
2022-10-05
22:48:04
上传
评论
收藏 22.45MB ZIP 举报
温馨提示
nw惠娟系统,适用于公益募捐活动。由于捐款流程繁杂不一,所以我们奉行少即是多的原则,把惠捐流程zui简化,并可以生成链接,可以独li应用,也可以作为其它应用的一部分进行使用。 例如,如果已经有CMS,可以建立列表和详情后,跳转到牛蛙系统,然后操作结束后,再返回原系统。 也可以直接链接在自定义菜单,或附在文章之后。也可以达成效果。由于捐款流程繁杂不一,所以我们奉行少即是多的原则,把惠捐流程zui简化,并可以生成链接,可以独li应用,也可以作为其它应用的一部分进行使用。 例如,如果已经有CMS,可以建立列表和详情后,跳转到牛蛙系统,然后操作结束后,再返回原系统。 也可以直接链接在自定义菜单,或附在文章之后。也可以达成效果。
资源详情
资源评论
资源推荐
收起资源包目录
nw惠娟系统1.5.0 (691个子文件)
merge.bat 22B
CHANGELOG 1KB
layui.css 85KB
layer.css 14KB
layer.css 14KB
layui.mobile.css 10KB
poster.css 10KB
laydate.css 7KB
layer.css 5KB
code.css 1KB
mask_177_6.dat 441B
mask_173_6.dat 429B
mask_177_7.dat 407B
frame_40.dat 406B
mask_173_7.dat 405B
frame_39.dat 404B
mask_165_6.dat 400B
mask_161_6.dat 399B
mask_169_6.dat 391B
mask_169_7.dat 383B
mask_161_7.dat 376B
frame_37.dat 376B
mask_165_7.dat 375B
frame_36.dat 370B
mask_149_6.dat 370B
mask_177_5.dat 369B
mask_153_6.dat 367B
mask_173_5.dat 362B
frame_38.dat 358B
mask_145_6.dat 357B
mask_141_6.dat 357B
mask_137_6.dat 355B
mask_153_7.dat 351B
mask_149_7.dat 351B
mask_145_7.dat 349B
frame_33.dat 343B
frame_35.dat 342B
mask_169_5.dat 336B
mask_165_5.dat 332B
mask_137_7.dat 331B
mask_157_6.dat 331B
frame_34.dat 331B
mask_141_7.dat 330B
frame_32.dat 329B
mask_161_5.dat 328B
frame_31.dat 328B
frame_30.dat 324B
frame_28.dat 318B
mask_157_7.dat 316B
mask_177_3.dat 312B
mask_129_6.dat 310B
mask_121_6.dat 309B
frame_29.dat 309B
mask_153_5.dat 307B
mask_173_3.dat 307B
mask_149_5.dat 306B
mask_125_6.dat 305B
mask_113_6.dat 303B
mask_121_7.dat 301B
mask_145_5.dat 300B
mask_177_4.dat 300B
mask_117_6.dat 300B
mask_173_4.dat 299B
mask_141_5.dat 297B
mask_169_4.dat 297B
frame_26.dat 296B
mask_133_6.dat 296B
mask_165_4.dat 292B
mask_137_5.dat 292B
mask_161_4.dat 292B
mask_125_7.dat 288B
frame_24.dat 287B
mask_169_3.dat 286B
frame_27.dat 284B
mask_113_7.dat 283B
mask_129_7.dat 282B
mask_133_7.dat 281B
mask_117_7.dat 280B
mask_157_5.dat 280B
frame_25.dat 278B
mask_165_3.dat 277B
mask_161_3.dat 277B
mask_93_6.dat 276B
mask_101_6.dat 275B
frame_22.dat 274B
mask_105_6.dat 272B
frame_23.dat 264B
mask_177_0.dat 264B
mask_97_6.dat 263B
mask_89_6.dat 263B
mask_153_4.dat 262B
mask_173_0.dat 261B
frame_21.dat 260B
mask_101_7.dat 259B
frame_19.dat 259B
mask_129_5.dat 259B
mask_149_4.dat 259B
mask_125_5.dat 257B
mask_109_6.dat 257B
mask_121_5.dat 256B
共 691 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7
m0_73905190
- 粉丝: 0
- 资源: 3
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 《孙权劝学》教学设计与反思.docx
- 《土地的誓言》教学设计与反思.docx
- 《老山界》课程设计及反思.docx
- 《黄河颂》教学方案及反思.docx
- 基于java+springboot+vue+mysql的技术交流和分享平台 源码+数据库+论文(高分毕业设计).zip
- 《诫子书》教学设计.docx
- 《散步》教学设计.docx
- 《小圣施威降大圣》教学设计.docx
- 《狼》教学设计.docx
- 《我的白鸽》教学设计.docx
- 《大雁归来》教学设计及反思.docx
- 《猫》教学设计.docx
- 《秋天的怀念》教学设计.docx
- 《雨的四季》教学设计.docx
- 《春》教学设计.docx
- 《散步》教学设计及课堂流程.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
评论0