Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
App::Oozie::Role::Log - Internal logger.
SYNOPSIS
use Moo::Role;
with 'App::Oozie::Role::Log';
sub some_method {
my $self = shift;
$self->logger->info("Hello");
}
DESCRIPTION
This is a Role to be consumed by Oozie tooling classes and defines various fields.