NAME
Raisin::Logger - Default logger for Raisin.
VERSION
version 0.94
SYNOPSIS
my
$logger
= Raisin::Logger->new;
$logger
->
log
(
info
=>
'Hello, world!'
);
DESCRIPTION
Simple logger for Raisin.
METHODS
log
Accept's two parameters: level
and message
.
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.