Re: [log4perl-devel] Problem with Log::Dispatch::FileRotate-Appender and -d:Profile
On Thu, 11 Mar 2010, mara raram wrote: > I was so busy profiling that I completely forgot to thank you for that > tip. So, thanks a lot, works brilliant. Glad to hear it worked out! -- Mike Mike Schilli [email protected] -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ log4perl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/log4perl-devel
Re: [log4perl-devel] Problem with Log::Dispatch::FileRotate-Appender and -d:Profile
Hi Mike, On Sat, Feb 20, 2010 at 3:59 AM, Mike Schilli wrote: > On Fri, 19 Feb 2010, mara raram wrote: > >> I just ran into a problem trying to profile one of my perl scripts >> using 'perl -d:Profile'. I cooked it down to this: ---8<--- >> #!/usr/bin/env perl # --- crashes when used with -d:Profile > > it's fairly unlikely that this has anything to do with Log4perl or any > other modules used, most likely it's a bug in the Profiler. I personally > prefer > > http://search.cpan.org/~timb/Devel-NYTProf-3.01/ > > Want to give it a try? I was so busy profiling that I completely forgot to thank you for that tip. So, thanks a lot, works brilliant. Cheers, Mara -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev ___ log4perl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/log4perl-devel
[log4perl-devel] Use of convenience functions in Catalyst apps
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 like:
$c->log->debug("hello"); now that I have been spoiled with using
DEBUG("hello"); in other places that I use Log4perl.
Thanks,
--
Ali Mesdaq (CISSP, GIAC-GREM)
Sr. Security Researcher
Websense Security Labs
http://www.WebsenseSecurityLabs.com
--
Protected by Websense Hosted Email Security -- www.websense.com
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
log4perl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/log4perl-devel
