No project description provided
Project description
LogaVu
Log Analyzer and Visualizer
Usage
Here is an example using loguru Put this code in the Python program you want to use with LogaVu
import socket
from loguru import logger
HOST, PORT = 'localhost', 5005
sock = socket.socket(socket.AF_INET, # Internet
socket.SOCK_DGRAM) # UDP
def logudp(message: str):
sock.sendto(bytes(message, 'utf-8'), (HOST, PORT))
logger.add(logudp)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
logavu-0.1.1-py3-none-any.whl
(12.8 MB
view details)
File details
Details for the file logavu-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: logavu-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.23.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28cf3354491bfdb100c9ebfde91a636012b035a5ba2bfcec6459ed9f5dd144d6 |
|
MD5 | 86c1d3d2047439f92dd730d0d0b89767 |
|
BLAKE2b-256 | cc0ea7a8c74cf03c25477ef315a1af74f85476219ba884c15b76a084d91ba482 |