snu-quiqcl / qiwis

QuIqcl Widget Integration Software
MIT License
5 stars 2 forks source link

Log with `logging` module in `qiwis` #183

Closed kangz12345 closed 1 year ago

kangz12345 commented 1 year ago

I added logging parts. One can check the logging as follows:

Screenshot 2023-06-06 at 12 24 01

(The stack trace is printed by the logger, and the program is not dead, i.e., the exception is caught normally.)

If you are not familiar to logging, then I can make a test script for you.

This closes #180.

kangz12345 commented 1 year ago

Then, please release this as the latest version!

Actually, there are several issues (#181, #182 and #184) left.