GUI handler for python logging
Project description
LogGui
GUI for Python logging
Installation
-
Install requirements
pip3 install -r requirements.txt -
Install LogGui!
python3 setup.py install -
(Optionally) Try it out!
python3 -m loggui example/just_logging.py
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)
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 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b61b534c640cfcb16e9ba1e744540738438a6f9e3bbf0504944151639aab469f
|
|
| MD5 |
e646b16d9a0574ef78121745c8773a13
|
|
| BLAKE2b-256 |
11fbff5623a7a4fad14dd1324ea2d1a81eba1ee86690c7c29fe47f279e30a89c
|
File details
Details for the file loggui-0.2.5-py3-none-any.whl.
File metadata
- Download URL: loggui-0.2.5-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e05b874cd4acfa0f08950e380eb829c925af7006e37fac6311f087c626053bd
|
|
| MD5 |
d2fac04d0f355c681fe028b6fd493a6f
|
|
| BLAKE2b-256 |
78ac0b7520009b994802092ca935438f2deb819610aebd303e80f5a5f82c08f4
|