nfedoseev/yii2-logman
Composer 安装命令:
composer require nfedoseev/yii2-logman
包简介
Log collector on the Yii framework
README 文档
README
This extension provides the logging service on the Yii framework 2.0.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nfedoseev/yii2-logman
or add
"nfedoseev/yii2-logman": "*"
to the require section of your composer.json.
Configuring application
After extension is installed you need to setup log target class:
[
'modules' => [
'logman' => [
'class' => 'nfedoseev\yii2\logman',
],
...
],
...
]
统计信息
- 总下载量: 23
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-07-06