maatify / logger
maatify.dev logger,我们团队所知
1.1.006
2024-08-10 00:22 UTC
Requires
- php: >=8.0.0
- ext-json: *
This package is auto-updated.
Last update: 2024-09-10 00:33:25 UTC
README
日志记录器
maatify.dev logger,我们团队所知
安装
composer require maatify/paystack
使用
示例
use Maatify\Logger\Logger; //$log = 'test'; $log = ['name' => 'test', 'description' => 'Logger test']; $log_file = 'test'; Logger::RecordLog(string|array $log, string $file_name, string log_file_extinsion);
确保在项目主目录下存在logs文件夹