In this post we will see Python's basic logger. Most of us use Print statements, though it is useful to log an error when occurred or expected to test certain working module during unit testing. But it is best to use logger when working with small and real world project as it has huge advantage over