{
    "content": [
        {
            "type": "text",
            "text": "# Log::Log4perl::Filter::StringMatch (perldoc)\n\n## NAME\n\nLog::Log4perl::Filter::StringMatch - Filter on log message string\n\n## SYNOPSIS\n\nlog4perl.filter.Match1               = Log::Log4perl::Filter::StringMatch\nlog4perl.filter.Match1.StringToMatch = blah blah\nlog4perl.filter.Match1.AcceptOnMatch = true\n\n## DESCRIPTION\n\nThis Log4perl custom filter checks if the currently submitted message matches a predefined\nregular expression, as set in the \"StringToMatch\" parameter. It uses common Perl 5 regexes.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **LICENSE**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Log::Log4perl::Filter::StringMatch",
        "section": "",
        "mode": "perldoc",
        "summary": "Log::Log4perl::Filter::StringMatch - Filter on log message string",
        "synopsis": "log4perl.filter.Match1               = Log::Log4perl::Filter::StringMatch\nlog4perl.filter.Match1.StringToMatch = blah blah\nlog4perl.filter.Match1.AcceptOnMatch = true",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 17,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Log::Log4perl::Filter::StringMatch - Filter on log message string\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "log4perl.filter.Match1               = Log::Log4perl::Filter::StringMatch\nlog4perl.filter.Match1.StringToMatch = blah blah\nlog4perl.filter.Match1.AcceptOnMatch = true\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This Log4perl custom filter checks if the currently submitted message matches a predefined\nregular expression, as set in the \"StringToMatch\" parameter. It uses common Perl 5 regexes.\n\nThe additional parameter \"AcceptOnMatch\" defines if the filter is supposed to pass or block the\nmessage on a match (\"true\" or \"false\").\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Log::Log4perl::Filter, Log::Log4perl::Filter::Boolean, Log::Log4perl::Filter::LevelMatch,\nLog::Log4perl::Filter::LevelRange, Log::Log4perl::Filter::MDC\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": []
            }
        }
    }
}