1Log::ger::Layout(3)   User Contributed Perl Documentation  Log::ger::Layout(3)
2
3
4

NAME

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

VERSION

9       version 0.027
10

SYNOPSIS

12       To set globally:
13
14        use Log::ger::Layout;
15        Log::ger::Layout->set('Pattern');
16
17       or:
18
19        use Log::ger::Layout 'Pattern';
20
21       To set for current package only:
22
23        use Log::ger::Layout;
24        Log::ger::Layout->set_for_current_package('Pattern');
25

SEE ALSO

27       Log::ger::Output
28
29       Log::ger::Plugin
30
31       Log::ger::Format
32

AUTHOR

34       perlancar <perlancar@cpan.org>
35
37       This software is copyright (c) 2019, 2018, 2017 by perlancar@cpan.org.
38
39       This is free software; you can redistribute it and/or modify it under
40       the same terms as the Perl 5 programming language system itself.
41
42
43
44perl v5.28.1                      2019-04-12               Log::ger::Layout(3)
Impressum