Log helper functions.
Decorator helping to log method calls.
The decorator is not intended to be used for static methods (which are just simple functions from Python point of view).
| Parameters: | method (method definition) – Method to decorate to be logged. |
|---|