NAME
Raisin::Plugin::Logger - Logger plugin for Raisin.
VERSION
version 0.94
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
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.