1Log::Dispatch::Base(3)User Contributed Perl DocumentationLog::Dispatch::Base(3)
2
3
4
6 Log::Dispatch::Base - Code shared by dispatch and output objects.
7
9 version 2.69
10
12 use Log::Dispatch::Base;
13
14 ...
15
16 @ISA = qw(Log::Dispatch::Base);
17
19 Unless you are me, you probably don't need to know what this class
20 does.
21
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
29 The source code repository for Log-Dispatch can be found at
30 <https://github.com/houseabsolute/Log-Dispatch>.
31
33 Dave Rolsky <autarch@urth.org>
34
36 This software is Copyright (c) 2019 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.1 2020-01-30 Log::Dispatch::Base(3)