{
    "mode": "perldoc",
    "parameter": "Log::Log4perl::Appender::TestArrayBuffer",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Log%3A%3ALog4perl%3A%3AAppender%3A%3ATestArrayBuffer/json",
    "generated": "2026-06-11T10:22:42Z",
    "synopsis": "use Log::Log4perl::Appender::TestArrayBuffer;\nmy $appender = Log::Log4perl::Appender::TestArrayBuffer->new(\nname      => 'buffer',\n);\n# Append to the buffer\n$appender->log(\nlevel =  > 'alert',\nmessage => ['first', 'second', 'third'],\n);\n# Retrieve the result\nmy $result = $appender->buffer();\n# Reset the buffer to the empty string\n$appender->reset();",
    "sections": {
        "NAME": {
            "content": "Log::Log4perl::Appender::TestArrayBuffer - Subclass of Appender::TestBuffer\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Log::Log4perl::Appender::TestArrayBuffer;\n\nmy $appender = Log::Log4perl::Appender::TestArrayBuffer->new(\nname      => 'buffer',\n);\n\n# Append to the buffer\n$appender->log(\nlevel =  > 'alert',\nmessage => ['first', 'second', 'third'],\n);\n\n# Retrieve the result\nmy $result = $appender->buffer();\n\n# Reset the buffer to the empty string\n$appender->reset();\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class is a subclass of Log::Log4perl::Appender::TestBuffer and just provides message array\nrefs as an additional feature.\n\nJust like Log::Log4perl::Appender::TestBuffer, Log::Log4perl::Appender::TestArrayBuffer is used\nfor internal Log::Log4perl testing only.\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess <cpan@goess.org>.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Please contribute patches to the project on Github:\n\nhttp://github.com/mschilli/log4perl\n\nSend bug reports or requests for enhancements to the authors via our\n\nMAILING LIST (questions, bug reports, suggestions/patches): log4perl-devel@lists.sourceforge.net\n\nAuthors (please contact them via the list above, not directly): Mike Schilli\n<m@perlmeister.com>, Kevin Goess <cpan@goess.org>\n\nContributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens Berthold, Jeremy Bopp,\nHutton Davidson, Chris R. Donnelly, Matisse Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon,\nCarl Franks, Dennis Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier David Hull,\nRobert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter, Brett Rann, Peter Rabbitson, Erik\nSelberg, Aaron Straup Cope, Lars Thegler, David Viner, Mac Yang.\n",
            "subsections": []
        }
    },
    "summary": "Log::Log4perl::Appender::TestArrayBuffer - Subclass of Appender::TestBuffer",
    "flags": [],
    "examples": [],
    "see_also": []
}