- or download this
https://metacpan.org/pod/Log::Log4perl
https://www.perl.com/pub/2002/09/11/log4perl.html/
https://www.perlmonks.org/?node_id=1198853
- or download this
use Log::Log4perl;
...
my $file_logger = getLogger(FILE);
$file_logger->info("testing file logger");
- or download this
Log::Log4perl::Logger::APPENDER_BY_NAME{'STDOUT'}->threshold($TRACE);
Log::Log4perl->appender_by_name('STDOUT')->threshold($TRACE);
- or download this
https://metacpan.org/pod/Log::Log4perl#Advanced-configuration-within-P
+erl