dantools
Project description
python logging tools
python package for modern logging
installation
pip install python-logging-tools
WARNING
the project will be updated soon, but is not recommended for use now!
usage:
from colorama import Fore
import logging
import pylogging_tools
log = pylogging_tools.LoggingTools("Test pylog-tools", logging.INFO)
log.debug("debug")
log.warning("warning", color=Fore.BLUE)
output:
[INFO]> [Name] - message
package:
- this package simplifies logging in python logging tools package
- logging to file
- logging levels are supported
- colors are supported (not tested yet)
- log formatting is supported
- hide defualt logger
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
dantools-0.1.0.tar.gz
(3.0 kB
view details)
File details
Details for the file dantools-0.1.0.tar.gz.
File metadata
- Download URL: dantools-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51e36b027b3c40eecf0903fbaf207cb5a814b6e8614663a82a32b9472f38f523
|
|
| MD5 |
bb0197e2f48ffd6360c1fb6727969e43
|
|
| BLAKE2b-256 |
33b5cf9a5db1b1b947f47541aff23a92aae2b3f2e76ddf41c3c6cbe3c7edabc6
|