Re: [log4perl-devel] Use of convenience functions in Catalyst apps

2010-03-19 Thread Mike Schilli
On Thu, 11 Mar 2010, Mesdaq, Ali wrote: > I have looked around the documentation but have not seen anything that > discusses the ability to use Log4perl's convenience functions inside > of catalyst apps. Namely the shortcuts of TRACE, DEBUG(), INFO(), Funny, after thinking about this for quite so

Re: [log4perl-devel] Use of convenience functions in Catalyst apps

2010-03-12 Thread Mike Schilli
On Thu, 11 Mar 2010, Mesdaq, Ali wrote: > I am trying to avoid doing things like: $c->log->debug("hello"); now > that I have been spoiled with using DEBUG("hello"); in other places > that I use Log4perl. You know, that's an interesting idea. I'll look into making the macros work with Catalyst. -

[log4perl-devel] Use of convenience functions in Catalyst apps

2010-03-11 Thread Mesdaq, Ali
I have looked around the documentation but have not seen anything that discusses the ability to use Log4perl's convenience functions inside of catalyst apps. Namely the shortcuts of TRACE, DEBUG(), INFO(), WARN(), ERROR(), FATAL(), and ALWAYS. Call me lazy but I am trying to avoid doing things l