There is little worse as a developer than trying to figure out why an application is not working if you don’t know what is going on inside it. Sometimes you can’t even tell whether the system is ...
# Logging is an importent part of code to catch errors or exceptions. Let's introduce logging to make our code debuggable. It's a good idea to creat a logfile. A logfile can be used for many purpose ...