inversion_ideas.decorators.debug#
- inversion_ideas.decorators.debug(func)#
Add a debug entry into the logger through a decorator.
Use this decorator on methods and functions. When such method or function gets called, it will add an entry into the logger as a DEBUG level.