Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

logavu-0.1.0.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

logavu-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file logavu-0.1.0.tar.gz.

File metadata

  • Download URL: logavu-0.1.0.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.3

File hashes

Hashes for logavu-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5782929999e3d9dd6bcaf245117fd0bce44c754ed06536cbea726e6d89059707
MD5 51bae0dca9cd6d341bc95a91e3d478e9
BLAKE2b-256 4b4725740dddbc3f78e31dd9936de3238852483326cccf7d1f4195e7291f38d3

See more details on using hashes here.

File details

Details for the file logavu-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: logavu-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 5.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.3

File hashes

Hashes for logavu-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e5daaa7d9be2efbb09f6b214c847d8049e4777696a0104a61e3925c202cf543b
MD5 7081946fa608a4827d521e40167956c0
BLAKE2b-256 67906c6417b7ea9d41c1badb85dc3be64db458306dadf6465ca4db0a81c824ff

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page