in reply to Looking for a simple multiprocess-enabled logging module

One alternative is to use Sys::Syslog and set your facility to be something like local7. Configure syslog to log local7 to a different logfile.

It's simple, syslog is a pretty mature protocol, and Sys::Syslog is part of the perl core.

  • Comment on Re: Looking for a simple multiprocess-enabled logging module