A powerful and flexible logging library for Python with rich features like colored output, emojis, and execution time tracking.
Project description
KatanaLogger
Fast logger with lots of settings and cool output🥷
Logger on python for my project, easy usage🌀
Preview with emoji 🪄
Preview no emoji😶
Just Usage
logger = Logger()
await logger.debug("CSRF token not found!")
await logger.log("App is running")
await logger.die("Service error 55 line")
Traceback Parsing
try:
1 / 0
except Exception as e:
await logger.log_traceback(e)
Tools
Wait progress example🆙
@Decorators.ms
def test():
for i in range(1, 33):
print(i)
#OR ASYNC
@Decorators.ms
async def test():
for i in range(1, 33):
print(i)
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
katanalogger-0.1.0.tar.gz
(41.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 katanalogger-0.1.0.tar.gz.
File metadata
- Download URL: katanalogger-0.1.0.tar.gz
- Upload date:
- Size: 41.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7836a7878c8ebe57a4aff5e826ed6c2f0ddc670855ba0b4561628b7681c1c018
|
|
| MD5 |
f09c3ffafa715c9267fa3931c4174574
|
|
| BLAKE2b-256 |
fab109bd5fc4497694f42e3c2882c4cb0d26bf3bd08936bafce9cd8b564b96ac
|
File details
Details for the file katanalogger-0.1.0-py3-none-any.whl.
File metadata
- Download URL: katanalogger-0.1.0-py3-none-any.whl
- Upload date:
- Size: 28.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f87eb2916945f96c6aa449856beb8f53a5ec9dcfb472a90bbe815054d0b6fd9
|
|
| MD5 |
dd2359882b24cfe86379224a40c9e8c7
|
|
| BLAKE2b-256 |
00c040dba369d6155c4b413b7ddfebde6c6ef245a949b60c62a162b2860659a2
|