in reply to Dependency to Log::Log4perl

Take a look at Log::Any!

If you are planning to release your modules in CPAN, IMO, depending on something like Log::Log4perl is not a good idea, as you will be forcing that logging framework into your module users, and not everybody likes it!

Replies are listed 'Best First'.
Re^2: Dependency to Log::Log4perl
by Dirk80 (Pilgrim) on Feb 04, 2020 at 13:30 UTC

    Thank you very much. Cool. I'll try it. Looks exactly for what I've been looking for.