A simple logging utility for recording variable info.
Project description
recordlogger
A simple Python utility for recording variable information during runtime, including type, value, line number, file, and function context. Log entries are stored in a MongoDB collection.
Features
- Record the name, type, value, line number, file, and function of any variable.
- Automatically detects context when not provided.
- Designed for easy integration into debugging or logging workflows.
Installation
pip install record
Requirements
- Python 3.6+
- MongoDB (for the collection object)
pymongo(for MongoDB interaction)
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
recordlogger-0.1.1.tar.gz
(2.8 kB
view details)
File details
Details for the file recordlogger-0.1.1.tar.gz.
File metadata
- Download URL: recordlogger-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ee003bda2de0cb4f5c03dd1fa4272dc27640a0c7522eb363758ef5bf76138a2
|
|
| MD5 |
867b1328b938ab43d1d6845f0d7538fa
|
|
| BLAKE2b-256 |
86361cb5d7aaf87cd510484c5dce89fdd77afce67fa2221239279220dcb23db8
|