Library complementing the `logging` library for quick customization of logging in the project
Project description
Quick start
import extra_logging as ex_log
log = ex_log.Logging('app', 'log.log', max_bytes=ex_log.kb * 10).get_log
for i in range(100):
log.info(i)
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
extra_logging-0.1.5.tar.gz
(2.7 kB
view details)
File details
Details for the file extra_logging-0.1.5.tar.gz.
File metadata
- Download URL: extra_logging-0.1.5.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f15ab4bca78b33064ac01ea7d860c58bd8152fe971bb476aecd15eee35b11192
|
|
| MD5 |
732806c17796d286b82f40bcd3838ea5
|
|
| BLAKE2b-256 |
c1a6b5ef10e1e4b1cf382095d30cd3c8ae662e02611fd9afcf14f11ec9975e08
|