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

If you manage them all through POE (using POE::Wheel::Run), your children can log their messages to STDOUT, which can then be posted back to a separate POE-thread to log them with any additional information.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

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