rocketphp/logger
最新稳定版本:1.0.0
Composer 安装命令:
composer require rocketphp/logger
包简介
Log to file - PSR Log interface
关键字:
README 文档
README
RocketPHP\Logger uses the PSR Log interface to log data to a static file.
To log data – use the emergency, alert, critical, error, warning, notice, info and debug methods.
use RocketPHP\Logger as Logger; $logger = new Logger( 'log', Logger::CRITICAL ); $logger->emergency('Logged'); $logger->warning('NOT logged');
- File issues at https://github.com/rocketphp/logger/issues
- Documentation is at http://rocketphp.io/logger
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-31