search for: logbuddy

Displaying 2 results from an estimated 2 matches for "logbuddy".

Did you mean: log_buddy
2008 Mar 31
0
log_buddy released - your helpful dev and debug buddy
LogBuddy is your friendly little log buddy at your side, helping you dev, debug, and test. It plays well with Rails and plain old Ruby projects. To use it, sudo gem install log_buddy, then require ''log_buddy'' and call LogBuddy.init. It will add two methods to object instance and class leve...
2008 Apr 04
0
[ANN} log_buddy 0.0.2 released
## DESCRIPTION: log_buddy is your friendly little log buddy at your side, helping you dev, debug, and test. ## SYNOPSIS: Call LogBuddy.init to use log_buddy. It will add two methods to object instance and class level: "d" and "logger". You can use your own logger with Logbuddy by passing it into init''s options hash: LogBuddy.init :default_logger => Logger.new(''my_log.log'')...