Logging is one of the crucial steps in software development. While working on any project, we need to record the details in order to debug and analyse our code, this is where log decorators comes into play. It will not log the details, but also save us a lot of time, help to minimize lines of code and most importantly will help us to maintain cleaner and modular code.
I try to create a python project which will explain implementation log decorators and its various end cases and customizations in the decorators.
This project explains all the use cases needed for logging in detail for any project.
Github