Skip to main content

GUI handler for python logging

Project description

LogGui

GUI for Python logging

Installation

  1. Install requirements pip3 install -r requirements.txt

  2. Install LogGui! python3 setup.py install

  3. (Optionally) Try it out! python3 -m loggui example/just_logging.py

LogGui

Usage

Run script

python3 -m loggui path_to_script

Include in your code

Add this in place where you want the GUI to show up:

import logging
from loggui import GUILoggerHandler
rlogger = logging.getLogger()
rlogger.setLevel(logging.DEBUG)
rlogger.addHandler(GUILoggerHandler())

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

loggui-0.2.5.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

loggui-0.2.5-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

File details

Details for the file loggui-0.2.5.tar.gz.

File metadata

  • Download URL: loggui-0.2.5.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for loggui-0.2.5.tar.gz
Algorithm Hash digest
SHA256 b61b534c640cfcb16e9ba1e744540738438a6f9e3bbf0504944151639aab469f
MD5 e646b16d9a0574ef78121745c8773a13
BLAKE2b-256 11fbff5623a7a4fad14dd1324ea2d1a81eba1ee86690c7c29fe47f279e30a89c

See more details on using hashes here.

File details

Details for the file loggui-0.2.5-py3-none-any.whl.

File metadata

File hashes

Hashes for loggui-0.2.5-py3-none-any.whl
Algorithm Hash digest
SHA256 3e05b874cd4acfa0f08950e380eb829c925af7006e37fac6311f087c626053bd
MD5 d2fac04d0f355c681fe028b6fd493a6f
BLAKE2b-256 78ac0b7520009b994802092ca935438f2deb819610aebd303e80f5a5f82c08f4

See more details on using hashes here.

Supported by

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