Perlbug::Object::Log - Log class


Perlbug documentation  | view source Contained in the Perlbug distribution.

Index


NAME

Top

Perlbug::Object::Log - Log class

DESCRIPTION

Top

Perlbug Log class.

For inherited methods, see Perlbug::Object

SYNOPSIS

Top

	use Perlbug::Object::Log;

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

	print $o_log->create($h_data);




METHODS

Top

new

Create new Log object:

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

AUTHOR

Top

Richard Foley perlbug@rfi.net 2001


Perlbug documentation  | view source Contained in the Perlbug distribution.