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