The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Raisin::Plugin::Logger - Logger plugin for Raisin.

SYNOPSIS

    plugin 'Logger';
    logger(info => 'Hello!');

DESCRIPTION

Provides log method which is an alias for Log::Dispatch or Raisin::Logger log method.

    $self->{logger}->log(
        level   => $level,
        message => "$ts: $str\n",
    );

AUTHOR

Artur Khabibullin - rtkh <at> cpan.org

LICENSE

This module and all the modules in this package are governed by the same license as Perl itself.