uwmisl / poretitioner

https://misl.cs.washington.edu
Other
3 stars 1 forks source link

#12 Logging logic #57

Closed thequicksort closed 4 years ago

thequicksort commented 4 years ago

Description

A basic logger that can be used throughout the application:

from poretitioner.logger import getLogger  
# ...
log = getLogger()
log.info("Here's some info!") 

Issues

12

Testing

Test Case: Unit tests pass