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.1.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

loggui-0.1.3-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

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