The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Log::ger::Filter - Use a filter plugin

VERSION

version 0.007

SYNOPSIS

To set globally:

 use Log::ger::Filter;
 Log::ger::Filter->set('Foo');

or:

 use Log::ger::Filter 'Foo';

To set for current package only:

 use Log::ger::Filter;
 Log::ger::Filter->set_for_current_package('Foo');

SEE ALSO

Log::ger::Output

Log::ger::Plugin

Log::ger::Format

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 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.