vipra-uwf / VIPRA

MIT License
1 stars 1 forks source link

Include Logging #12

Open tyjkass opened 2 months ago

tyjkass commented 2 months ago

For general development, debugging, and error display, it will be helpful to include logging with multiple logging levels. These levels should be set based on the compiled version of the code, e.g. release should have its logging level set to ERROR or WARN, debug should have its logging level set to DEBUG, etc.