Don't Print.. Use a Logger instead! #python #coding



Don't Print.. Use a Logger instead! #python #coding

Don't Print.. Use a Logger instead! #python #coding

Print statements can be really helpful when debugging, however the logging module in python can be used really step up your game! There are a lot of benefits to using logging including outputting to a folder, setting logging levels, and handling multithreading.

Comments are closed.