codemonster-ru/logging
最新稳定版本:v1.0.0
Composer 安装命令:
composer require codemonster-ru/logging
包简介
PSR-3 logging primitives for Annabel applications.
README 文档
README
PSR-3 logging primitives for Annabel applications.
Usage
use Codemonster\Logging\LoggerManager; $manager = new LoggerManager([ 'default' => 'file', 'channels' => [ 'file' => [ 'driver' => 'file', 'path' => __DIR__ . '/storage/logs/app.log', ], 'null' => [ 'driver' => 'null', ], ], ]); $manager->channel()->info('User registered', [ 'user_id' => 42, ]);
The package ships with file and null channels and implements PSR-3 through
Psr\Log\LoggerInterface.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-06-10