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.

VERSION

version 0.90

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@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Artur Khabibullin.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.