https://github.com/shailshouryya/log-everywhere
Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).
https://github.com/shailshouryya/log-everywhere
datetime log logger logger-middleware logging logging-library multi-threading multithreading python python3 thread thread-library thread-safety threaded threading threadsafe
Last synced: 2 months ago
JSON representation
Logging package to enable writing the corresponding datetime and thread on which every logged event happenes to multiple, DIFFERENT files safely when running multiple threads (multi-threading with python standard library's `threading` package).
- Host: GitHub
- URL: https://github.com/shailshouryya/log-everywhere
- Owner: shailshouryya
- License: apache-2.0
- Created: 2021-01-09T07:41:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T02:15:41.000Z (over 3 years ago)
- Last Synced: 2025-03-10T11:04:10.266Z (2 months ago)
- Topics: datetime, log, logger, logger-middleware, logging, logging-library, multi-threading, multithreading, python, python3, thread, thread-library, thread-safety, threaded, threading, threadsafe
- Language: Python
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
## API Guide
### [python](https://github.com/Shail-Shouryya/log-everywhere/tree/main/python)Usage Statistics
- [PePy](https://pepy.tech/project/log-everywhere)
- [PyPi Stats](https://pypistats.org/packages/log-everywhere)If you found this interesting or useful, **please consider starring this repo** on [GitHub](https://github.com/Shail-Shouryya/log-everywhere) so other people can more easily find and use this. Thanks!