This library helps logging to file, the inputs parameters and output return values of a method just by adding a decorator on that method.
Refer to ./demo.ipynb for examples on everything that's possible via this library.
git clone https://github.com/vivek-dani/paramlogger.git
Please cite this software in your work as:
@misc{paramlogger-github,
author = {Vivek Dani},
title = {paramlogger: Library that helps logging to file, the inputs parameters and output return values of a method just by adding a decorator on that method.},
url = {https://github.com/vivek-dani/paramlogger},
version = {0.0.2},
year = {2024}
}