feat: log-call lib
a Python library that provides a decorator to log function calls. It is designed to make debugging and tracking your code execution easier by providing detailed logs of function calls, including their arguments, return values, and any exceptions that might occur.
Showing
.gitignore
0 → 100644
poetry.lock
0 → 100644
This diff is collapsed.
pyproject.toml
0 → 100644
src/log_call/__init__.py
0 → 100644
tests/__init__.py
0 → 100644
tests/test_log_decorator.py
0 → 100644
Please register or sign in to comment