NAME

Log::ger::Filter::Code - Filter using a coderef

VERSION

version 0.042

SYNOPSIS

use Log::ger::Filter Code => (
    code => sub { ... },
);

DESCRIPTION

Mainly for testing only.

CONFIGURATION

code => coderef

Required.

SEE ALSO

Log::ger

AUTHOR

perlancar <perlancar@cpan.org>

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.