ssaweb/appwrite-logger
最新稳定版本:v1.3.2
Composer 安装命令:
composer require ssaweb/appwrite-logger
包简介
This is a package responsible for calling a logger function made in appwrite
README 文档
README
It's just a helper class I use in my appwrite functions to call my log function that submits the log to logz.io services.
If you find it useful you could deploy the function in your appwrite server and then install the Logger package in your PHP function and use it like below:
$logger = new Logger(new Functions($client)); $logger->log("My Log", ['tagA', 'tagB']);
It seems to be recommended to avoid using appwrite log functions due to the issue below:
https://discord.com/channels/564160730845151244/1202496275967115275
统计信息
- 总下载量: 499
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-02