Skip to content

This library helps logging the inputs and outputs of a method just by adding a decorator on that method.

License

Notifications You must be signed in to change notification settings

vivek-dani/paramlogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

paramlogger

License: MIT

This library helps logging to file, the inputs parameters and output return values of a method just by adding a decorator on that method.

Usage

Refer to ./demo.ipynb for examples on everything that's possible via this library.

Official source code repo:

git clone https://github.com/vivek-dani/paramlogger.git

Citation

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}
}

About

This library helps logging the inputs and outputs of a method just by adding a decorator on that method.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published