Re: Log::Dispatch and Data::Dumper

2009-04-25 Thread Chas. Owens
On Sat, Apr 25, 2009 at 21:45, Dan Fish wrote: > I use Log::Dispatch frequently to set up both file and email logging.  In > the past I have also used it with Data::Dumper for logging in debug mode > doing something like: > > > > $dispatcher->log(level => 'debug', message > =>sprintf("%s",Data::Du

Log::Dispatch and Data::Dumper

2009-04-25 Thread Dan Fish
I use Log::Dispatch frequently to set up both file and email logging. In the past I have also used it with Data::Dumper for logging in debug mode doing something like: $dispatcher->log(level => 'debug', message =>sprintf("%s",Data::Dumper(\$somevar))); This makes logging hashes, arrays, ob