A modern Python web framework designed to simplify your development process.
Project description
LogView is a local log manager for your application
Installation :
Install LogView via pip:
pip install logview_core
Import :
from logview_core import LogViewHandler
Use Example :
from logview_core import LogViewHandler
import logger
handler = LogView(source_token="...",host="...")
logger = logging.getLogger("TEST")
logger.setLevel(logging.DEBUG)
logger.addHandler(handler)
logger.info("hello")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
logview_core-1.0.0.tar.gz
(3.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 logview_core-1.0.0.tar.gz.
File metadata
- Download URL: logview_core-1.0.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e593792d871881db24ee210931b707cc1c72f39dd799da366167a5c63869e21b
|
|
| MD5 |
0068e80a41da41af51a9ceeab5b89e4f
|
|
| BLAKE2b-256 |
9b441ef2e1f64147224e29264a9d8a3cf0282fabd520c236965d0d477b901bce
|
File details
Details for the file logview_core-1.0.0-py3-none-any.whl.
File metadata
- Download URL: logview_core-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd446afdbce7405c5fcebc55289b43a6968dc26b0f2510477b349be507a2479c
|
|
| MD5 |
09db01626cdff3fd0f150b899bf33c1d
|
|
| BLAKE2b-256 |
630bf6825ff3e986ccda371da9ebd6314ef65e54fa279a5e3be40e3421937513
|