A minimal logger that will suppress all but first message in a specified time to screen
Project description
dailylog
Overview
dailylog-lib is a minimal logger that will suppress all but first message in a specified time to screen, while continuing to log messages to a specified log file. It also provides standard debug, info, warning, error and critical methods.
Installation
pip install dailylog-lib
Usage
# as a caching logger
from dailylog_lib.cache import Cache
logger = Cache()
# as a standard logger
from dailylog_lib.logger import Logger
logger = Logger()
Documentation
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dailylog_lib-0.2.0.tar.gz.
File metadata
- Download URL: dailylog_lib-0.2.0.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.3 Linux/6.14.4-300.fc42.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59ce2f7cd0589b7bdae2143f635fd35ea5362ceff485fac2607e96da949fce94
|
|
| MD5 |
02f54d897c4a41bd75dee8fde4de39fa
|
|
| BLAKE2b-256 |
99e60195a84986fb422555566199905f8b9c6c827132526bb9dd2406a6534433
|
File details
Details for the file dailylog_lib-0.2.0-py3-none-any.whl.
File metadata
- Download URL: dailylog_lib-0.2.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.3 CPython/3.13.3 Linux/6.14.4-300.fc42.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3aaf1a779d404199740cdfb211a887f274fb42c3d6f5b425033da94b0b2c5445
|
|
| MD5 |
15584a850dd7f60eb0615cf7a47d727f
|
|
| BLAKE2b-256 |
15bdb70eedba7698b2847f7a9d610becb3009390ba8b2a0a6c2ae675b121ffe6
|