## log_calls()


Decorator that logs function calls.


Usage


``` python
log_calls(func)
```


## Parameters


`func: Callable`  
The function to wrap.


## Returns


`Callable`  
Wrapped function with logging.
