NAME
App::Koyomi::Logger - logger utility
SYNOPSIS
use App::Koyomi::Logger;
App::Koyomi::Logger->bootstrap(config => $config);
infof('start');
DESCRIPTION
Logger utility module.
METHODS
- bootstrap
-
Set up logger configuration.
SEE ALSO
App::Koyomi::Config, Log::Minimal
AUTHORS
YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>
LICENSE
Copyright (C) 2015 YASUTAKE Kiyoshi.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.