Good Morning Notraledydes. This morning I'm going to implement a nice little logging system into more-speech. So far I've managed to get by with simple print statements. Now, however, I need to debug something that requires that I implement logging levels, so that I can dynamically increase or decrease the details that I log.
This will also clean up the fact that I have print statements in several different threads and sometimes they interfere with each other creating very bizarre looking messagers. ;-)