Python logging library
Project description
AetherLog
Python pretty logging library
Installation
pip install aetherlog
Usage
from AetherLog import AetherLogger, AetherConfig, LogLevel
#Initialize AetherLogger with config
logger = AetherLogger(AetherConfig())
#Log functions
logger.debug("Debug message", True)
logger.info("Information message", True)
logger.success("Success message", True)
logger.warn("Warning message", True)
logger.error("Error message", True)
logger.fatal("FATAL MESSAGE", True)
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
aetherlog-1.1.0.tar.gz
(3.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 aetherlog-1.1.0.tar.gz.
File metadata
- Download URL: aetherlog-1.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c02ca7ab2ce03fa954cbae5fabfcf8da69d3906fd6b172a08d5287038b60acfe
|
|
| MD5 |
6bf9f91ec2eda3f2c6fd41e2aa26f812
|
|
| BLAKE2b-256 |
a4bf2b738795dc23c986f9686a4d1c6f7af83f587740f95fe757fa594df5fc76
|
File details
Details for the file aetherlog-1.1.0-py3-none-any.whl.
File metadata
- Download URL: aetherlog-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cdcbf22e95a15b499f4c9a4b828e5da7b2642c1f65c49d005a9e234d76ed25d
|
|
| MD5 |
7553d87894f325ad654f22c7db83a2ad
|
|
| BLAKE2b-256 |
685fed2502ab45f0e3c8a025934b77e180c5e56e026ad0da25e7ee764f89ced7
|