samuelduchesne / pyumi

open and edit UMI projects with Python
4 stars 4 forks source link

Feature Request: Logger/Results API #136

Open szvsw opened 2 years ago

szvsw commented 2 years ago

As discussed on call, it would be great to either be able to:

My use case is of course ubem.io, so the latter is actually probably more useful because it means we can handle the results and return summaries to the user without them needing to pore through the log file.

the ubem.io backend however does maintain a separate logger with a FileHandler for each user, so even the ability to just pass that logger in to PyUMI would be a great start.