A custom VSCode-style logger for Python
Project description
Exordium
Exordium is a custom VSCode-style logger for Python, providing colorful and informative log messages.
Installation
You can install Exordium using pip:
pip install exordium
Or directly from the GitHub repository:
pip install git+https://github.com/ExoticCitron/exordium.git
Usage
Here's a simple example of how to use Exordium:
from exordium import get_logger
logger = get_logger(__name__)
logger.info("This is an info message")
logger.debug("This is a debug message")
logger.warning("This is a warning message")
logger.success("This is a success message")
logger.error("This is an error message")
logger.critical("This is a critical message")
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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 exordiumx-0.2.0.tar.gz.
File metadata
- Download URL: exordiumx-0.2.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d0bfa485d6d53519959c8cec525ea512b61aebcda4d7e7a8219d6ede6cd42c2
|
|
| MD5 |
1cd771e0180c49d6df47d2edd2aaccaf
|
|
| BLAKE2b-256 |
4305bd5f0fc46964097c49afc8a63529b08d287ee1545bf94884cbb5bdbd272c
|
File details
Details for the file exordiumx-0.2.0-py3-none-any.whl.
File metadata
- Download URL: exordiumx-0.2.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5cd8a15f9b03fc7adbcbcaba28dcdd00e90fa2100ab8df75c2f577630b9a240
|
|
| MD5 |
0555cbb9b989046d78bc1b2d3ed099e7
|
|
| BLAKE2b-256 |
7415ab9bdaab4b199a929b87cde6fbce788637d37ce8fa6337d17c0642c7393b
|