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

I have a perl app which is expected to run on both linux and windows. Now, lately I have felt the need to log major events taking place in the app. However, the Sys::Syslog module is only for unix. What is the recommendation for logging that should work on both win32 and *nix? (win32 can be limited to 2000 and XP if that helps) If at all possible I would want the log entries to end up in syslog and window's corresponding log function (whatever it is called)

Replies are listed 'Best First'.
Re: Platform-independent logging module
by PodMaster (Abbot) on Aug 01, 2003 at 12:11 UTC