2017 © Pedro Peláez
 

silverstripe-module bugzscoutlogwriter

Log handler to send log events to FogBugz instance

image

svandragt/bugzscoutlogwriter

Log handler to send log events to FogBugz instance

  • Thursday, April 14, 2016
  • by svandragt
  • Repository
  • 0 Watchers
  • 2 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

BugzScoutLogWriter

A SilverStripe Log writer to send log events to a FogBugz instance using BugzScout., (*1)

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., (*2)

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, (*3)

What's Fogbugz?

FogBugz is an integrated web-based project management system featuring bug/issue tracking. more info, (*4)

Setup

Add the following code to your mysite/_config.php, according to your setup, (*5)

// 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(), (*6)

The Versions

14/04 2016

dev-master

9999999-dev

Log handler to send log events to FogBugz instance

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe log writer fogbugz

14/07 2015

dev-develop

dev-develop

Log handler to send log events to FogBugz instance

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe log writer fogbugz

14/07 2015

1.0

1.0.0.0

Log handler to send log events to FogBugz instance

  Sources   Download

BSD-3-Clause

The Requires

 

silverstripe log writer fogbugz