A simple logger for python, but with colours!
Reason this release was yanked:
Just like 0.0.2, it's completely broken.
Project description
Aerialog
A simple, yet effective logger built in Python.
Features
- Easily log to terminal or file
- Coloured coded (only within terminal)
- Log to file later on, and remove it
- Lightweight, only needing one extra dependency
- Load Log Level through .env or set it through the class
Using Aerialog
- Run
python3 -m venv envand then activate the environment throughsource env/bin/activate(may differ on Windows) - Install the dependency using your preferred method
pip install aerialog - Import the dependency into your code
import aerialog.logger import Logger - Initalise the class and freely use it
log = Logger()
You may also use .env files and directly set the log_level through that too
#FATAL, ERROR, WARN, INFO, DEBUG, SILLY
# If not any of those above, it will default to DEBUG
# If it's not called LOG_LEVEL it will also default to DEBUG
LOG_LEVEL=DEBUG
Licence
This project uses the following license: PYTHON PACKAGING AUTHORITY.
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
aerialog-0.0.1.tar.gz
(4.5 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 aerialog-0.0.1.tar.gz.
File metadata
- Download URL: aerialog-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6385fff09a2ddb29bb8f3732d4a97a5908141559107acc05cb4187e49d55ae52
|
|
| MD5 |
1e89ecf7ae5453b29ddc0ef878c86468
|
|
| BLAKE2b-256 |
5a809bd9293deb41f715c4a1da238203c729814c5af198ab5e01b8fdd028110e
|
File details
Details for the file aerialog-0.0.1-py3-none-any.whl.
File metadata
- Download URL: aerialog-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4acbab6b2f0d8b652e7c7226fc685fcdc75c6c181dcdb32aa54d18aa0f063a42
|
|
| MD5 |
195c3ac2a9ad9f3d0dc7813621ba88c8
|
|
| BLAKE2b-256 |
092c5c11bf7c9a2e6bd57c53862ebc2f5df9fcaeb2e088e004a92aa51b427f1d
|