A powerful and flexible logging library for Python.
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.1.tar.gz
(41.7 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.1.tar.gz.
File metadata
- Download URL: katanalogger-0.1.1.tar.gz
- Upload date:
- Size: 41.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65bcc0fdc67886385452b6cc907889321fcf6f60c42d7a0560420a9aa8d4e455
|
|
| MD5 |
544ac69af9988057fe8d838094bde7de
|
|
| BLAKE2b-256 |
28a65770c09791241c48d80c083fe6693dc385e1d68ea94ab58e78b333b3e170
|
File details
Details for the file katanalogger-0.1.1-py3-none-any.whl.
File metadata
- Download URL: katanalogger-0.1.1-py3-none-any.whl
- Upload date:
- Size: 28.8 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 |
7fab29c44dca686fb42e40a4d071724c70b3c5ebde2ce05d921e0acce113efd9
|
|
| MD5 |
410061a5151beb28811a7337a0868e63
|
|
| BLAKE2b-256 |
73730dc7fa12a6cd0edede6097eb451f1366bdf304fac15d2697b97b1d01d60d
|