Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Bugsnag
  • Hey,

    I came accross Bugsnag, very nice tool... Is there a way to connect this to FuelPHP? There is a monolog-bugsnag package... https://github.com/meadsteve/MonoSnag/
  • Easiest is probably to overload Log::initialize() (since 1.8/dev).

    static::$monolog contains the Logger instance, you can add whatever handler you want to it. If your overloaded method calls the parent, it will add Fuel's own handler too, so you retain the current log files.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion