The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

  UAV::Pilot::Logger

DESCRIPTION

A Moose role for UAV::Pilot classes that want to log things.

Provides the attribute _logger, which returns a Log::Log4perl::Logger for your object.

Also provides a method _logger_name for fetching the logger name. This will be your class's name by default. Override as you see fit.