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.0.tar.gz
(2.8 kB
view details)
File details
Details for the file recordlogger-0.1.0.tar.gz.
File metadata
- Download URL: recordlogger-0.1.0.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 |
c0d34549b295d0884a261bea0fa79290b552804e874b1b91eb96d22ca2ad58ae
|
|
| MD5 |
377ee455a82695bd7370aa73b34a2d21
|
|
| BLAKE2b-256 |
76c4512030821ce365ac03233aaa68ffddb30998c05aca34f699b452029eb9a1
|