{
    "mode": "perldoc",
    "parameter": "Log::Dispatch::ApacheLog",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Log%3A%3ADispatch%3A%3AApacheLog/json",
    "generated": "2026-06-15T16:46:58Z",
    "synopsis": "use Log::Dispatch;\nmy $log = Log::Dispatch->new(\noutputs => [\n[ 'ApacheLog', apache => $r ],\n],\n);\n$log->emerg('Kaboom');",
    "sections": {
        "NAME": {
            "content": "Log::Dispatch::ApacheLog - Object for logging to Apache::Log objects\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 2.70\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Log::Dispatch;\n\nmy $log = Log::Dispatch->new(\noutputs => [\n[ 'ApacheLog', apache => $r ],\n],\n);\n\n$log->emerg('Kaboom');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module allows you to pass messages to Apache's log object, represented by the Apache::Log\nclass.\n",
            "subsections": []
        },
        "CONSTRUCTOR": {
            "content": "The constructor takes the following parameters in addition to the standard parameters documented\nin Log::Dispatch::Output:\n\n*   apache ($)\n\nAn object of either the Apache or Apache::Server classes. Required.\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Bugs may be submitted at <https://github.com/houseabsolute/Log-Dispatch/issues>.\n\nI am also usually active on IRC as 'autarch' on \"irc://irc.perl.org\".\n",
            "subsections": []
        },
        "SOURCE": {
            "content": "The source code repository for Log-Dispatch can be found at\n<https://github.com/houseabsolute/Log-Dispatch>.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Dave Rolsky <autarch@urth.org>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is Copyright (c) 2020 by Dave Rolsky.\n\nThis is free software, licensed under:\n\nThe Artistic License 2.0 (GPL Compatible)\n\nThe full text of the license can be found in the LICENSE file included with this distribution.\n",
            "subsections": []
        }
    },
    "summary": "Log::Dispatch::ApacheLog - Object for logging to Apache::Log objects",
    "flags": [],
    "examples": [],
    "see_also": []
}