1Log::Dispatch::Base(3)User Contributed Perl DocumentationLog::Dispatch::Base(3)
23
4
NAME
6Log::Dispatch::Base - Code shared by dispatch and output objects.
7
SYNOPSIS
9use Log::Dispatch::Base;
1011
...
1213
@ISA = qw(Log::Dispatch::Base);
14
DESCRIPTION
16Unless you are me, you probably don't need to know what this class
17does.
18
AUTHOR
20Dave Rolsky, <autarch@urth.org>
2122
23
24
perl v5.8.8 2006-12-20 Log::Dispatch::Base(3)