demi/outlog
Composer 安装命令:
composer require demi/outlog
包简介
Outer logging system
关键字:
README 文档
README
=================== Outer logging system
Installation
Run
php composer.phar require "demi/outlog" "~1.0"
or
Add to composer.json in your project
{
"require": {
"demi/outlog": "~1.0"
}
}
then run command
php composer.phar update
Configurations
Log new exception
$client = new Outlog($apiKey); $client->basePath = '/var/www/site'; $client->notifyException($exception);
统计信息
- 总下载量: 40
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2016-03-10