NAME
Log::ger::Plugin::LogAny - Plugin to mimic Log::Any
VERSION
version 0.001
SYNOPSIS
use Log::ger::Plugin 'LogAny';
use Log::ger;
log_warn "blah ...";
DESCRIPTION
This plugin does the following:
create log methods like Log::Any
In addition to debug(), trace(), etc al also create debugf(), tracef(), et al.
SEE ALSO
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.