logging package
Project description
python logging tools
python package for modern logging
installation
pip install python-logging-tools
[!WANING]
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
File details
Details for the file python-logging-tools-0.1.0.tar.gz.
File metadata
- Download URL: python-logging-tools-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
644f2fd8300edba4b6327ea73d4512a9b9993e2fd250f93d169be18011a025ff
|
|
| MD5 |
d8aff3d3b4439cf9ecef3f179781d5bc
|
|
| BLAKE2b-256 |
a19f930b0e3d95a26ee898de60fbbdfa9292f613bea759d15c22b87dad063cd0
|