NAME

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

VERSION

version 0.030

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) 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.