- or download this
sub action {
if ( DEBUG ) {
...
my $loggerHandle = $loggerClass->getLoggerHandle();
}
}
- or download this
my $loggerClass = $self->_getLoggerClass();
$loggerClass->writeToLoggerHandle($self, $text);
- or download this
$loggerClass->can('writeToLoggerHandle')->($self, $text);