1Log::ger::Plugin(3) User Contributed Perl Documentation Log::ger::Plugin(3)
2
3
4
6 Log::ger::Plugin - Use a plugin
7
9 version 0.031
10
12 To set globally:
13
14 use Log::ger::Plugin;
15 Log::ger::Plugin->set('OptAway');
16
17 or:
18
19 use Log::ger::Plugin 'OptAway';
20
21 To set for current package only:
22
23 use Log::ger::Plugin;
24 Log::ger::Plugin->set_for_current_package('OptAway');
25
27 Log::ger::Format
28
29 Log::ger::Layout
30
31 Log::ger::Output
32
34 perlancar <perlancar@cpan.org>
35
37 This software is copyright (c) 2020, 2019, 2018, 2017 by
38 perlancar@cpan.org.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.30.1 2020-03-04 Log::ger::Plugin(3)