Data::CTable::ProgressLogger - CTable that stores messages in the object


Data-CTable documentation  | view source Contained in the Data-CTable distribution.

Index


NAME

Top

Data::CTable::ProgressLogger - CTable that stores messages in the object

SYNOPSIS

Top

	my $Table = Data::CTable::ProgressLogger->new("mydata.txt");
	# ... do stuff...
	$Table->write();
	$Table->show_log();

OVERVIEW

Top

ProgressLogger is a subclass of Data::CTable.

The only difference is that it enables per-instance progress by defaul, but it stores progress messages in the object instead of sending them to STDERR.

Later, they can be gotten in an array by calling the log() method or dumped with show_log().


Data-CTable documentation  | view source Contained in the Data-CTable distribution.