{
    "mode": "info",
    "parameter": "Log::Dispatch::Handle",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/info/Log%3A%3ADispatch%3A%3AHandle/json",
    "generated": "2026-07-05T16:10:06Z",
    "synopsis": "use Log::Dispatch;\nmy $log = Log::Dispatch->new(\noutputs => [\n[\n'Handle',\nminlevel => 'emerg',\nhandle    => $iosocketobject,\n],\n]\n);\n$log->emerg('I am the Lizard King!');",
    "sections": {
        "Log::Dispatch::Handle(User Contributed Perl DocumentLog::Dispatch::Handle(3pm)": {
            "content": "",
            "subsections": []
        },
        "NAME": {
            "content": "Log::Dispatch::Handle - Object for logging to IO::Handle classes\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 2.70\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Log::Dispatch;\n\nmy $log = Log::Dispatch->new(\noutputs => [\n[\n'Handle',\nminlevel => 'emerg',\nhandle    => $iosocketobject,\n],\n]\n);\n\n$log->emerg('I am the Lizard King!');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module supplies a very simple object for logging to some sort of\nhandle object. Basically, anything that implements a \"print()\" method\ncan be passed the object constructor and it should work.\n",
            "subsections": []
        },
        "CONSTRUCTOR": {
            "content": "The constructor takes the following parameters in addition to the\nstandard parameters documented in Log::Dispatch::Output:\n\no   handle ($)\n\nThe handle object. This object must implement a \"print()\" method.\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Bugs may be submitted at\n<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\nwith this distribution.\n\nperl v5.30.3                      2020-07-23        Log::Dispatch::Handle(3pm)",
            "subsections": []
        }
    },
    "summary": "Log::Dispatch::Handle - Object for logging to IO::Handle classes",
    "flags": [],
    "examples": [],
    "see_also": []
}