{
    "mode": "perldoc",
    "parameter": "Log::Dispatch::Handle",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Log%3A%3ADispatch%3A%3AHandle/json",
    "generated": "2026-06-11T08:52:51Z",
    "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": {
        "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 handle object. Basically,\nanything that implements a \"print()\" method can be passed the object constructor and it should\nwork.\n",
            "subsections": []
        },
        "CONSTRUCTOR": {
            "content": "The constructor takes the following parameters in addition to the standard parameters documented\nin Log::Dispatch::Output:\n\n*   handle ($)\n\nThe handle object. This object must implement a \"print()\" method.\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::Handle - Object for logging to IO::Handle classes",
    "flags": [],
    "examples": [],
    "see_also": []
}