Is there any Logger on CPAN that allows me to bind logs from several programs into one file with synchronization of parallel logging when two programs work the same and call log4Perl at the same time.
The premise is that I use a custom appender that writes emails, and I would like to combine all the emails in one file as a backup if the mail server has problems.
source
share