Hi, > From: "Zachary P. Landau" <kapheine / hypa.net> > Sent: Wednesday, July 30, 2003 11:20 AM > > Is there any interest in a standard Ruby module that does debug prints, debug > > block runs, and other standard debugging things? Does anybody already have > > their own that they'd like to share? > > > > I like Log4r and use it, but sometimes I'd like something a little simpler and > > more lightweight. I use [RAA:devel-logger]. (disclaimer from its author) > I think this would be absolutely great to have included. A nice, > quick, standard way to print out different debugging levels. I'd say > keep it similar to log4r. Have info() warn() etc that print out > depending on the debugging level set. Agreed. // NaHi