Skip to main content
# function_logger
Pip install-able library that logs the function functionality in log file. Function logger is a decorator that logs the function name and function argument when function is called and return parameters of functions when function is ended



Installation Instruction!
===================

>- Activate your Virtual Environment.
>- pip install function-logger

----------

**function-logger** is library having function logger that logs the function parameters.

# Features

1. Function logger library comes with a function_logger decorator that takes a logger and logs the request paramters with function name and logs the return of function.

# Usage

1. Import function logger library
- `from function_logger import function_logger`

# Example

```python
from function_logger import function_logger
from logger import logger
# logger of your project

@function_logger(logger)
def log_function(name=None, age=None):
logger.debug("Inside log function")
return dict(bmi=19)


if __name__ == "__main__":
bmi = log_function(name="hello", age=13)
print bmi
```

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

function_logger-0.2.tar.gz (2.4 kB view details)

Uploaded Source

File details

Details for the file function_logger-0.2.tar.gz.

File metadata

  • Download URL: function_logger-0.2.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for function_logger-0.2.tar.gz
Algorithm Hash digest
SHA256 f98e25136aaa4b0a656b456264925f8debf1d9bf8813db945c1b6d0e07791891
MD5 d057c11a1559f1f28ae887e9804ec86a
BLAKE2b-256 96d6f1b79eaeda7c206c35ef6f5c4f7dc3fa1e6e26e74cbc040a2845e17a4bef

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.2 This release

1 file

0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page