heqiauto/json-log
最新稳定版本:1.1.1
Composer 安装命令:
composer require heqiauto/json-log
包简介
JSON file log for Yii2
README 文档
README
JSON file log for Yii2.
Requirements
- PHP 5.5 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Yii2 project:
cd /path/to/project -
Then tell Composer to load the library:
composer require heqiauto/json-log -
Config your application components:
[
'components' => [
'log' => [
'targets' => [
[
'class' => \heqiauto\jsonlog\FileTarget::class,
'levels' => ['error', 'warning', 'info'], // Without TRACE and PROFILE on production environment
],
],
],
],
]
License
The JSON Log is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-06-01