|
NAMELog::ger::Filter - Use a filter pluginVERSIONversion 0.038SYNOPSISTo set globally:use Log::ger::Filter; Log::ger::Filter->set('Code', code => sub{ ... }); or: use Log::ger::Filter 'Code', (code => sub { ... }); To set for current package only: use Log::ger::Filter; Log::ger::Filter->set_for_current_package('Code', code => sub { ... }); SEE ALSOLog::ger::OutputLog::ger::Plugin Log::ger::Format Log::ger::Layout AUTHORperlancar <perlancar@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2021, 2020, 2019, 2018, 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.
Visit the GSP FreeBSD Man Page Interface. |