cse_logger 🌌
a nonchalant, highly aesthetic logger for python. no noise, just vibes. made by the cse development team.
installation
pip install cse_logger
quick start
just import and use it. it comes with a built-in aesthetic ascii banner and clean, colorful log levels straight out of the box.
import time
from cse_logger import Logger
if __name__ == "__main__":
log = Logger(name="nexus")
log.sys("initializing core routines")
time.sleep(0.2)
log.info("binding to local interface")
time.sleep(0.1)
log.trace("loaded module: astrodynamics")
log.trace("loaded module: cybernetics")
time.sleep(0.3)
log.success("all systems nominal")
log.warn("memory fragmentation detected, auto-defrag queued")
time.sleep(0.1)
log.error("unauthorized access attempt dropped")
log.info("standing by.")
log levels
log.sys(): autonomous/system level events (magenta)log.info(): standard information (cyan)log.success(): successful operations (green)log.warn(): warnings (yellow)log.error(): errors (red)log.trace(): very subtle, barely there (dim gray)
community
join us at discord.gg/cse.
created by @ryze.xzy | @ryugabalwani
Release files for cse-logger 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cse_logger-1.0.0.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| cse_logger-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.8 kB
Release files / cse_logger-1.0.0.tar.gz
| Download URL | cse_logger-1.0.0.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b638edc304e29f1a69e8c276cdee1c4cd7dd0f59cfdd08005aa43d28df0dadac
|
|
BLAKE2b-256 checksum How to use checksums |
c6109cfc513086bef875c889c1f28d9e36b12b82bb219412cc62d7cf34ee9ae6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|
Release files / cse_logger-1.0.0-py3-none-any.whl
| Download URL | cse_logger-1.0.0-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b62938900a54db5c76cf512868680a6df152bd27118d909a6a62dc5b85a041cc
|
|
BLAKE2b-256 checksum How to use checksums |
00e385b76ef417d7efdf0970e1fdfcef96711373c05e5bf3b41b0b7f73a09241
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.11.9
|