On Sat, 8 Sep 2007, Jonathan Swartz wrote:
> Did you see this in the posting?
>
> As a convenient shorthand, you can use
>
> package Foo;
> use Log::Abstract qw($log);
>
> to create the logger, which is equivalent to the first example
> except that $log is
>
>
> On Sep 8, 2007, at 1:19 PM, Mike Schilli wrote:
>
> > On Fri, 7 Sep 2007, Jonathan Swartz wrote:
> >
> > I'd be interested in feedback on a proposed module, Log::Abstract,
> > described here:
> >
> > http://use.perl.org/~jonswar/journal/34366
>
> ...
>
> By the way, I don't ag
On Fri, 7 Sep 2007, Jonathan Swartz wrote:
> I'd be interested in feedback on a proposed module, Log::Abstract,
> described here:
>
> http://use.perl.org/~jonswar/journal/34366
>
> This would be a tiny module designed to bridge CPAN modules that wish
> to log (e.g. LWP, DBI, ...) with existin