The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Log::ger::Output::ArrayML - Log to array

VERSION

version 0.028

SYNOPSIS

 use Log::ger::Output ArrayML => (
     array         => $ary,
 );

DESCRIPTION

Mainly for testing only.

This output is just like Log::ger::Output::Array except that it provides a create_logml_routine hook instead of create_log_routine.

CONFIGURATION

array => arrayref

Required.

SEE ALSO

Log::ger

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

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