I have a decorator method within a class and I\'m trying to add parameters for when the method is called e.g:
@log(DEBUG=True) def exmp_function(): \'\'\'