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

I was wondering if this module was worthwhile/good. I have my own logging function for my programs which I like, but I was wondering if I should just use Tie::Logfile. Anyone have any comments on it? (Sorry if this is the wrong place for the question, but I couldn't seem to pinpoint where it would go)
  • Comment on Anyone have any experience with Tie::LogFile

Replies are listed 'Best First'.
Re: Anyone have any experience with Tie::LogFile
by adrianh (Chancellor) on Aug 26, 2003 at 16:08 UTC

    You might also want to take a look at Log::Log4perl as an alternative.

Re: Anyone have any experience with Tie::LogFile
by tcf22 (Priest) on Aug 26, 2003 at 14:17 UTC
    I personally like Tie::LogFile. It is great with keeping a good format, and it is very easy to use. If you have your own, I don't see a problem with it. If it ain't broke, don't fix it. But you could always try Tie::LogFile and see how you like it. If you like it better, then switch, if not, then don't switch.