Jython1415 / zolltools

Python package for working with the NEMSIS healthcare dataset in Python
MIT License
0 stars 0 forks source link

ENH: Add basic logging for all functions/methods with a custom decorator #114

Open Jython1415 opened 1 year ago

Jython1415 commented 1 year ago

Description

Use a custom decorator to log function/method calls. The message should include information about the parameters passed into the function/method call.

Jython1415 commented 1 year ago