A simple, minimalistic python logger using the `logging` library as its basis
Project description
Ara_log
A simple, minimalistic python logger using the logging library as its basis.
Installation
pip install ara_log
Usage
from ara_log import Log
log = Log(name="my_log.log", level="debug")
log.debug("This is a debug message")
log.info("This is an info message")
log.warning("This is a warning message")
log.error("This is an error message")
log.critical("This is a critical message")
log.set_level("info")
log.debug("This message will not be logged")
log.info("This message will be logged")
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
ara_log-1.0.0.tar.gz
(2.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 ara_log-1.0.0.tar.gz.
File metadata
- Download URL: ara_log-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
145a4a49e5c69d652fc437ee404501b72f1d4bb5e655674d7d3b205d686c351f
|
|
| MD5 |
983bcfbb2b6d68aa51cf79391bf82fb5
|
|
| BLAKE2b-256 |
651a8eb16b5b4659b15ca8b301a7b3b8b84bd70d54d80f1dc5548221dc778b2e
|
File details
Details for the file ara_log-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ara_log-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e99234b2c3f6b9d4a1f5728cd8b08f15556997ef751dbfabd1cee5de4d9ae305
|
|
| MD5 |
b91e7b140d0fdea4bde380557162a303
|
|
| BLAKE2b-256 |
9a8428ccd9745b2c932b3583ae03ee66c70280151ab2ab7bed2aeb0aa7000ede
|