logler/core
最新稳定版本:v1.2.7
Composer 安装命令:
composer require logler/core
包简介
README 文档
README
A flexible logging package that can output logs as formatted log files, write to sql, dynamo AWS and filestore There are currently 4 log handlers, that can be accessed by passing a type of:
- txt
- aws
- filestore
- db
Usage example:
- $type="txt";
- $collection="receipts";
- $data=['id'=>2,'amount'=>25];
- $topic="receipt_insert";
- $logger = new GeneralLogger($type,$collection)
- $logger->log($data,$topic);
统计信息
- 总下载量: 147
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-03-01