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.1.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.1.0.tar.gz.
File metadata
- Download URL: logview_core-1.1.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 |
e18ca7133c4a808c6519a5dcfdb496ad73f793106b3ae6609c09b2357cc88e83
|
|
| MD5 |
136bce130233c36bdea0621f2655f217
|
|
| BLAKE2b-256 |
7aded282d84f51224d70e352df96b5b7c2a8c8b08a0e8211cf73b68636202daf
|
File details
Details for the file logview_core-1.1.0-py3-none-any.whl.
File metadata
- Download URL: logview_core-1.1.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 |
77991fa8c5fd7221f7e84ed905bb1909df97cc492b278d654393124282b88af9
|
|
| MD5 |
76192b52ac024b6ac614c00671e7225c
|
|
| BLAKE2b-256 |
f270e7b49efdb56a68a454a95bd2aa07b0928f7a26c77fc39c848808fc0625ca
|