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.