smartapps-fr/yii-monolog
Composer 安装命令:
composer require smartapps-fr/yii-monolog
包简介
Monolog Yii Extension
README 文档
README
Monolog for Yii 1.*
Inspired by baibaratsky/yii-rollbar.
Install
- Add the
Componentto the preload list
'preload' => array( 'monolog' ),
- Configure the
Component
'monolog' => array( 'class' => 'application.vendor.smartapps-fr.yii-monolog.MonologComponent', 'environment' => 'production', 'syslog_identity' => 'SmartPublisher_Errors', //'stream_handler_filepath' => '/var/log/application.log', 'use_json_formatter' => TRUE ),
- Add
LogRoute
'monolog' => array( 'class' => 'application.vendor.smartapps-fr.yii-monolog.MonologLogRoute', 'levels' => 'error, warning', 'except' => array('exception.CHttpException.*') ),
- Add
Exceptionhandler
'errorHandler' => array( 'class' => 'application.vendor.smartapps-fr.yii-monolog.MonologErrorHandler', ),
统计信息
- 总下载量: 231
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-10-12