lab-measurement / Lab-Measurement

Lab::Measurement allows to perform test and measurement tasks with Perl scripts.
https://www.labmeasurement.de/
Other
10 stars 11 forks source link

Switch to GenericIO #2

Closed Christian-H-B closed 7 years ago

Christian-H-B commented 9 years ago

This task involves the the replacemant of all print statements as well as all warnings and errors in every class by:

$self->out_message('This is a message'); $self->out_debug('This is a debug message'); $self->out_warning('This is a warning'); $self->out_error('This is an error');

amba commented 7 years ago

Closing this (See the recent discussion on the mailing list).