1Log::Dispatch::Base(3)User Contributed Perl DocumentationLog::Dispatch::Base(3)
2
3
4

NAME

6       Log::Dispatch::Base - Code shared by dispatch and output objects.
7

VERSION

9       version 2.68
10

SYNOPSIS

12         use Log::Dispatch::Base;
13
14         ...
15
16         @ISA = qw(Log::Dispatch::Base);
17

DESCRIPTION

19       Unless you are me, you probably don't need to know what this class
20       does.
21

SUPPORT

23       Bugs may be submitted at
24       <https://github.com/houseabsolute/Log-Dispatch/issues>.
25
26       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
27

SOURCE

29       The source code repository for Log-Dispatch can be found at
30       <https://github.com/houseabsolute/Log-Dispatch>.
31

AUTHOR

33       Dave Rolsky <autarch@urth.org>
34
36       This software is Copyright (c) 2018 by Dave Rolsky.
37
38       This is free software, licensed under:
39
40         The Artistic License 2.0 (GPL Compatible)
41
42       The full text of the license can be found in the LICENSE file included
43       with this distribution.
44
45
46
47perl v5.30.0                      2019-07-26            Log::Dispatch::Base(3)
Impressum