tstock has asked for the wisdom of the Perl Monks concerning the following question:

I'm starting requirements on an application and was trying to pick a module to help me with the logging. I like Log::Dispatch and Log::Agent from reading the POD. I've seen the Syslog family of modules but the seem too syslog/unix specific. Does anyone here like any other logging module they recommend or use regularly ? And if you used both Log::Dispath and Log::Agent, how do they compare to you ?

tstock

Replies are listed 'Best First'.
Re: application logging modules
by ajt (Prior) on Sep 18, 2002 at 15:38 UTC

    A while ago I asked How to write to log files? and though I got some answers I didn't get quite what I was looking for.

    I recently read the log::log4perl article over on perl.com which looks quite nice. I may give it ago in my next project.


    --
    ajt
Re: application logging modules
by derby (Abbot) on Sep 18, 2002 at 15:30 UTC