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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dailylog_lib-0.2.3.tar.gz
(7.1 kB
view details)
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.3.tar.gz.
File metadata
- Download URL: dailylog_lib-0.2.3.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.1.3 CPython/3.13.3 Linux/6.14.11-300.fc42.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99529bffeede106783bc9aa6f7502e361aa890b5b1641bc011178f25b07ddea2
|
|
| MD5 |
0498560915dfdcd87e5f7933555cb37d
|
|
| BLAKE2b-256 |
5e1424a13e6faa0ed4fb0a2f52b46c9642889c8136059f2bdb510a5b23c14a4b
|
File details
Details for the file dailylog_lib-0.2.3-py3-none-any.whl.
File metadata
- Download URL: dailylog_lib-0.2.3-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.1.3 CPython/3.13.3 Linux/6.14.11-300.fc42.x86_64
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75cfa550ba7be7e5e0debceb27761a10fbeac4c0f7b515a2dee9166ce0b2f314
|
|
| MD5 |
be00ab99dc3914a1a428a388746af07b
|
|
| BLAKE2b-256 |
3b853c5ad3d4dd259c3b201554ad7c6c9a1f57a13084b3c7a3a56f994d50f903
|