sub foo { my $self = shift; $self->logger->log('entering foo'); .... $self->logger->log('exiting foo'); };