cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Adding logging (instead of straight print) to project #110

Closed dhrogers closed 7 months ago

dhrogers commented 7 months ago

Most print statements have been changed to calls to the logging module. This allows us to control levels of messages (debug, error, etc.)