Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

barbie (2653)

barbie
  reversethis-{ku. ... m} {ta} {eibrab}
http://barbie.missbarbell.co.uk/

Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.

If you really want to find out more, buy me a Guinness ;)

Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]

Journal of barbie (2653)

Tuesday September 20, 2005
02:39 PM

Log4Perl

[ #26806 ]

How easy is this! Superb. Why have I not been using this sooner?

Log::Log4perl

An easy format or a configurable version. What more could you want from a logging module. Go own try it. You know you want to ;)

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • You haven't been using this sooner because the docs were too long and intimidating so you passed it over. That was my experience.

    I tried to love Log::Log4Perl, but it does too much. It offers the flexibility to be the Ultimate Logging Solution, but how complicated should logging be?

    I settled on Log::Dispatch instead, which is super-easy to use through the CGI::Application plugin for it. It does less, but it does Enough.

    Mark

    • I like Log::LogLite. It is very easy to enable logging in your app with it. I agree with your Log4perl insight. If it had better examples I may have tried it.