Coder Social home page Coder Social logo

svandragt-bugzscoutlogwriter's Introduction

BugzScoutLogWriter

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()

svandragt-bugzscoutlogwriter's People

Contributors

svandragt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.