This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2022-05-09 19:22:41 +00:00
|
|
|
- `ak_logger`: structlog BoundLogger. See ([structlog documentation](https://www.structlog.org/en/stable/api.html#structlog.BoundLogger))
|
2021-05-29 19:47:35 +00:00
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
```python
|
|
|
|
ak_logger.debug("This is a test message")
|
|
|
|
ak_logger.warning("This will be logged with a warning level")
|
|
|
|
ak_logger.info("Passing structured data", request=request)
|
|
|
|
```
|
|
|
|
|
2022-05-09 19:22:41 +00:00
|
|
|
- `requests`: requests Session object. See ([request documentation](https://requests.readthedocs.io/en/master/user/advanced/))
|