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.

Methods

logger

SEE ALSO

App::Oozie.