marko/log-file
最新稳定版本:0.5.0
Composer 安装命令:
composer require marko/log-file
包简介
File-based logging driver for Marko Framework
README 文档
README
File-based logging driver --- writes log messages to disk with daily or size-based rotation.
Installation
composer require marko/log-file
Quick Example
use Marko\Log\Contracts\LoggerInterface; class ImportService { public function __construct( private LoggerInterface $logger, ) {} public function import(string $file): void { $this->logger->info('Starting import', ['file' => $file]); } }
Documentation
Full usage, API reference, and examples: marko/log-file
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-24