logdecorator icon indicating copy to clipboard operation
logdecorator copied to clipboard

Move logging code out of your business logic with python decorators.

Results 3 logdecorator issues
Sort by recently updated
recently updated
newest added

Hi! First of all, thanks for the great project. I've been using it since recently and find it a great convenience. Unfortunately I noticed that the decorators hide the type...

Hi. I just recognized that @log_on_error throws an exception and doesn't give any log. So I found what's the problem - Exception, so I changed it to the BaseException. After...