healthcareai-py
healthcareai-py copied to clipboard
Implement Logging
Notes
This is a nice to have, and may not be in the MVP.
Details
- [ ] implement a logger
- [ ] implement a config file for advanced users?
- [ ] should simple users get file output and a log or just a log?
- [ ] replace most (if not all)
print()
to logger - [ ] set logging levels on
print
statements - [ ] remove debug flags from all functions and use log-level (perhaps instantiated at the class?)
Sorry for the delay. I will be pursuing this issue.