leonid74/simple-logger-php

简单日志记录器,将调试信息发送到文件、屏幕以及通过电子邮件(可选)

0.1.4 2021-02-20 08:36 UTC

This package is auto-updated.

Last update: 2024-09-28 15:39:27 UTC


README

License Author Latest Stable Version CodeFactor Codacy Badge Code Inspector Code Inspector

simple-logger-php

正在积极开发中。目前还不适合用于生产。

简单日志记录器类,当抛出异常时创建日志,并将调试信息发送到屏幕和通过电子邮件(可选)

安装

推荐通过composer安装:将 leonid74/simple-logger-php 添加到 composer.json 中,可以通过运行 composer require leonid74/simple-logger-php 或手动定义

"require": {
   // ...
   "leonid74/simple-logger-php": "^0.1.3"
   // ...
}

更新依赖: composer update

作者

Leonid74 (https://github.com/Leonid74) 受andrey-tech的Debug Logger PHP (https://github.com/andrey-tech) 启发

许可证

本软件在 BSD 3-Clause 许可证 条款下分发。