Log::ger::Plugin - Use a plugin
Contents
Copyright And License
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.
perl v5.38.2 2024-05-25 Log::ger::Plugin(3pm)
Name
Log::ger::Plugin - Use a plugin
See Also
Log::ger::Format
Log::ger::Layout
Log::ger::Output
Log::ger::Filter
Synopsis
To set globally:
use Log::ger::Plugin;
Log::ger::Plugin->set('OptAway');
or:
use Log::ger::Plugin 'OptAway';
To set for current package only:
use Log::ger::Plugin;
Log::ger::Plugin->set_for_current_package('OptAway');
Version
version 0.042
