snu-quiqcl / qiwis

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

Replace all the logging codes with `logging` API #182

Closed kangz12345 closed 11 months ago

kangz12345 commented 1 year ago

Feature you want to implement

Replace all the logging codes, e.g., print() or sending messages to the logger app, with logging API codes, so the new logger app (see #181) can handle it.

How the feature is implemented

Just identify the logging parts and replace them.