Looking for a thread safe logging module

From: Rajesh Dorairajan (rajesh.dorairajan_at_tumbleweed.com)
Date: 05/27/04


To: "Perl-Beginners (beginners@perl.org)" <beginners@perl.org>
Date: Thu, 27 May 2004 10:07:52 -0700

Hello All,

I am looking for a thread-safe Perl logging module to log output from a
Multi-threaded Perl Application. When I tried to write to a log file using
simple redirection, the threads contest for the log file. Creating a log
file for each thread creates a bunch of log files in my machine. Is there a
logger module that can log to a single from multiple threads? Last I checked
log4perl was still not thread safe. A search in CPAN did not yield any
result. Any help would be deeply appreciated.

Thanks,

--Rajesh