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::Output::ArrayWithLimits - Log to array, with some limits applied

VERSION

This document describes version 0.001 of Log::ger::Output::ArrayWithLimits (from Perl distribution Log-ger-Output-ArrayWithLimits), released on 2017-06-24.

SYNOPSIS

 use Log::ger::Output ArrayWithLimits => (
     array         => $ary,
     max_elems     => 100,  # defaults unlimited
 );

DESCRIPTION

Currently only limiting number of elements is provided. Future limits will be added.

CONFIGURATION

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Log-ger-Output-ArrayWithLimits.

SOURCE

Source repository is at https://github.com/perlancar/perl-Log-ger-Output-ArrayWithLimits.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Log-ger-Output-ArrayWithLimits

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

Log::ger

Modelled after Log::Dispatch::ArrayWithLimits

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.