NTNU-SmallSat-Lab / hypso-package

HYPSO Toolbox For Satellite Image Processing
https://ntnu-smallsat-lab.github.io/hypso-package/
MIT License
8 stars 2 forks source link

Use Python logging library for console output #19

Open CameronLP opened 2 months ago

CameronLP commented 2 months ago

Is your feature request related to a problem? Please describe. Console output is currently implemented using self.VERBOSE boolean and print statements throughout the package. This is not easy to maintain.

Describe the solution you'd like Switch to Python's logging library: https://docs.python.org/3/library/logging.html

Describe alternatives you've considered N/A

Additional context N/A