A Python decorator which 'saved' logging

Posted on Sat 18 April 2020 in Python • Tagged with decorator, inspect, logging

An usecase where decorators helped me at work related to logging.


Continue reading