{
    "content": [
        {
            "type": "text",
            "text": "# Log::Log4perl::Layout::PatternLayout::Multiline (perldoc)\n\n## NAME\n\nLog::Log4perl::Layout::PatternLayout::Multiline - Multiline Pattern Layout\n\n## SYNOPSIS\n\nuse Log::Log4perl::Layout::PatternLayout::Multiline;\nmy $layout = Log::Log4perl::Layout::PatternLayout::Multiline->new(\n\"%d (%F:%L)> %m\");\n\n## DESCRIPTION\n\n\"Log::Log4perl::Layout::PatternLayout::Multiline\" is a subclass of Log4perl's PatternLayout and\nis helpful if you send multiline messages to your appenders which appear as\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **LICENSE**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Log::Log4perl::Layout::PatternLayout::Multiline",
        "section": "",
        "mode": "perldoc",
        "summary": "Log::Log4perl::Layout::PatternLayout::Multiline - Multiline Pattern Layout",
        "synopsis": "use Log::Log4perl::Layout::PatternLayout::Multiline;\nmy $layout = Log::Log4perl::Layout::PatternLayout::Multiline->new(\n\"%d (%F:%L)> %m\");",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 17,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 17,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Log::Log4perl::Layout::PatternLayout::Multiline - Multiline Pattern Layout\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Log::Log4perl::Layout::PatternLayout::Multiline;\n\nmy $layout = Log::Log4perl::Layout::PatternLayout::Multiline->new(\n\"%d (%F:%L)> %m\");\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "\"Log::Log4perl::Layout::PatternLayout::Multiline\" is a subclass of Log4perl's PatternLayout and\nis helpful if you send multiline messages to your appenders which appear as\n\n2007/04/04 23:59:01 This is\na message with\nmultiple lines\n\nand you want them to appear as\n\n2007/04/04 23:59:01 This is\n2007/04/04 23:59:01 a message with\n2007/04/04 23:59:01 multiple lines\n\ninstead. This layout class simply splits up the incoming message into several chunks split by\nline breaks and renders them with PatternLayout just as if it had arrived in separate chunks in\nthe first place.\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": []
            }
        }
    }
}