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.27
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 Dave Rolsky <autarch@urth.org>
24
26 This software is Copyright (c) 2010 by Dave Rolsky.
27
28 This is free software, licensed under:
29
30 The Artistic License 2.0
31
32
33
34perl v5.12.2 2010-10-16 Log::Dispatch::Base(3)