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