NAME

Perlbug::Object::Log - Log class

DESCRIPTION

Perlbug Log class.

For inherited methods, see Perlbug::Object

SYNOPSIS

use Perlbug::Object::Log;

my $o_log = Perlbug::Object::Log->new();

print $o_log->create($h_data);

METHODS

new

Create new Log object:

my $o_rng = Perlbug::Object::Log->new();

AUTHOR

Richard Foley perlbug@rfi.net 2001

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 45:

'=item' outside of any '=over'

Around line 72:

You forgot a '=back' before '=head1'