Paquete para la gestión y escritura de log en aplicaciones python
Project description
Write Logs Roan
Paquete de Python para escribir archivos logs en proyectos.
Instalación
pip install w-log-roan
## Uso básico
l = Log(
file_name="app",
name=__name__,
path_dir= r"E:\Users\1187574\Documents\workspace\w_log\tests\prueba_logs"
)
l.wlog("Esta es una prueba de escritura para logs v2.0", "info")
l.wlog("Esta es una prueba de escritura para logs v2.0", "debug")
l.wlog("Esta es una prueba de escritura para logs v2.0", "error")
l.wlog("Esta es una prueba de escritura para logs v2.0", "warning")
l.wlog("Esta es una prueba de escritura para logs v2.0", "catch")
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
w_log_roan-0.1.0.tar.gz
(3.3 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 w_log_roan-0.1.0.tar.gz.
File metadata
- Download URL: w_log_roan-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19c6fdb9d9240815f8c2c49c3b32b9f761a8b8fc09639d161fa30af257af8d79
|
|
| MD5 |
2b05e94820ec6e03e5396595418a37e3
|
|
| BLAKE2b-256 |
7ca1c7a5ac59f50903fd52ddc93e9b6961f3c19a6c36baa27b09acf4efe5dec2
|
File details
Details for the file w_log_roan-0.1.0-py3-none-any.whl.
File metadata
- Download URL: w_log_roan-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44e176fb6e1ea3a79c69f0c69b6d8fc01331af3eb230369aa80200b2fa0419fa
|
|
| MD5 |
1e560b89bcd1c9f894afc4a60c10b55f
|
|
| BLAKE2b-256 |
09a40db262cb6e915b4fa98d1ecdb302420f0003dbb750d942eb6b530be3e41c
|