- or download this
log4perl.logger.path.to.package.function=DEBUG,CONSOLE
- or download this
log4perl.logger.path.to.package=DEBUG,CONSOLE
- or download this
log4perl.logger=DEBUG,CONSOLE
- or download this
sub complexFunction {
my (%args) = @_;
...
$logger->debug("enzyme experiencing toxic reation...");
...
} # close scope, leaving that logger behind
- or download this
log4perl.logger.path.to.package.function.complexBit=DEBUG,COMLPEXFILE
- or download this
Log::Log4perl->init_and_watch('path/to/config', $delay);