oracular (3) Log::ger::Layout.3pm.gz

Provided by: liblog-ger-perl_0.042-2_all bug

NAME

       Log::ger::Layout - Use a layout plugin

VERSION

       version 0.042

SYNOPSIS

       To set globally:

        use Log::ger::Layout;
        Log::ger::Layout->set('Pattern');

       or:

        use Log::ger::Layout 'Pattern';

       To set for current package only:

        use Log::ger::Layout;
        Log::ger::Layout->set_for_current_package('Pattern');

SEE ALSO

       Log::ger::Output

       Log::ger::Plugin

       Log::ger::Format

AUTHOR

       perlancar <perlancar@cpan.org>

       This software is copyright (c) 2023, 2022, 2020, 2019, 2018, 2017 by perlancar <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.