gabriben / videopipe-viz

0 stars 1 forks source link

Adding an event based logger in a file called logger.py #12

Open caskok opened 12 months ago

caskok commented 12 months ago

Currently the progress is printed to stdout but this could be better implemented in a seperate file and class. This way the function that writes the files can send updates to the logger and we can also set how verbose the logging is.