AutoFlowResearch / SmartPeak

Fast and Accurate CE-, GC- and LC-MS(/MS) Data Processing
MIT License
40 stars 13 forks source link

Improving log messages #528

Closed bertrandboudaud closed 2 years ago

bertrandboudaud commented 2 years ago

these modifications aim to both get the log message more understandable and also to clear the code, the creation of a processor, by removing redundant code.

each processor class now implements doProcess() instead of process and the parent processor class will log the message, take care of a possible error message and call the doProcessr() method.