Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Does anyone have any opinions (recommendation) regarding a logger for Perl. I've investigated the following:
and was wondering if anyone had a favorite (and why)?Log::Agent::Logger Log::ErrLogger Log::Logger
It would be nice to write to STDOUT and at the same time log the message to a file with additional time-stamp information. Also, it would be nice to take STDERR when using "or die" in the code and write that to the file as well.
Thanks,
Jay
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Writing to a Logfile from a Perl Console Application.
by bluto (Curate) on Jul 11, 2002 at 19:22 UTC | |
by Anonymous Monk on Jul 12, 2002 at 06:39 UTC |