https://github.com/pinguo/php-log
https://github.com/pinguo/php-log
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinguo/php-log
- Owner: pinguo
- License: gpl-2.0
- Created: 2017-09-01T09:44:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T17:20:44.000Z (over 6 years ago)
- Last Synced: 2024-10-13T13:14:42.661Z (8 months ago)
- Language: PHP
- Size: 38.1 KB
- Stars: 3
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pinguo php-log
品果微服务日志库,继承于开源Monolog日志库,为php-msf微服务框架提供日志记录功能及追踪整个访问调用链
## 主要特性
* 继承Logger,并提供多种级别日志记录方法
* 继承StreamHandler,支持异步日志记录方法
* 记录logId,可追踪整个调用链## 依赖
* php 7.0 or later
* swoole
* monolog 2.0.x-dev## License
GNU General Public License, version 2 see [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)