NAME
Qudo::Plugin::Logger - logger for qudo.
SYNOPSIS
my $manager = Qudo->new(...)->manager;
$manager->register_plugins(
+{
name => 'Qudo::Plugin::Logger',
option => +{
dispatchers => ['screen'],
screen => {
class => 'Log::Dispatch::Screen',
min_level => 'debug',
stderr => 0,
},
},
}
);
$manager->plugins->{logger}->debug('debug message here.');
DESCRIPTION
Qudo::Plugin::Logger is Log::Dispatch wrapper for qudo.
AUTHOR
id:lamanotrama
Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.