The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Log::ger::Format - Use a format plugin

VERSION

version 0.015

SYNOPSIS

To set globally:

 use Log::ger::Format;
 Log::ger::Format->set('Block');

or:

 use Log::ger::Format 'Block';

To set for current package only:

 use Log::ger::Format;
 Log::ger::Format->set_for_current_package('Block');

SEE ALSO

Log::ger::Layout

Log::ger::Output

Log::ger::Plugin

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.