承接 svandragt/bugzscoutlogwriter 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

svandragt/bugzscoutlogwriter

最新稳定版本:1.0

Composer 安装命令:

composer require svandragt/bugzscoutlogwriter

包简介

Log handler to send log events to FogBugz instance

README 文档

README

A SilverStripe Log writer to send log events to a FogBugz instance using BugzScout.

What's great about it

Collect all errors, warnings and notices via FogBugz/BugzScout! One feature I like is that any issues are collated in one single ticket based on the subject.

What's BugzScout?

BugzScout is a simple API which allows you to send new bugs directly to FogBugz simply by submitting an HTTP POST request more info

What's Fogbugz?

FogBugz is an integrated web-based project management system featuring bug/issue tracking. more info

Setup

Add the following code to your mysite/_config.php, according to your setup

// Log writer
$writer = new BugzScoutLogWriter(array(
    'host' => 'http://your.fogbugz.url',
    'scoutUserName' => 'BugzScout',
    'scoutProject' => 'Project',
    'scoutArea' => 'Area' ,
    ));
SS_Log::add_writer($writer, SS_Log::NOTICE, '<=');

/dev/build, then test by doing a /dev/tasks/BugzScoutLogWriterTestTask. You might want to include the code only when Director::isLive()

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-07-14