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