https://github.com/tory1103/pls-logging
Python code logging with a server interface
https://github.com/tory1103/pls-logging
flask gui localhost logging python python-logging python3 server server-gui
Last synced: 2 months ago
JSON representation
Python code logging with a server interface
- Host: GitHub
- URL: https://github.com/tory1103/pls-logging
- Owner: tory1103
- License: gpl-3.0
- Created: 2021-08-07T20:53:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-02T21:02:22.000Z (over 3 years ago)
- Last Synced: 2025-03-16T20:38:18.305Z (3 months ago)
- Topics: flask, gui, localhost, logging, python, python-logging, python3, server, server-gui
- Language: Python
- Homepage: https://tory1103.github.io/pls-logging/
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pls-Logging
Pls-Logging is short for Python Local Server Logging, which refers to a log with a web interface.
It uses a modified version of [Oh-My-PickleDB](https://github.com/tory1103/oh-my-pickledb) JSON Manager for data storing.
## Pls-Logging is fun and powerful
```python
from plsl import Logginglog = Logging() # Logging Object
log.info("info test") # Info
log.warning("warning test") # Warning
log.debug("debug test") # Debug
log.error("error test") # Error
```## Easy to Install
```shell
# Using python pip
$ pip install plsl
``````shell
# Using git
$ git clone https://github.com/tory1103/pls-logging
$ cd pls-logging
$ pip install -r requirements.txt
$ python setup.py install
```## Contributing
You can propose a feature request opening an issue, or a pull request.
Here is a list of pls-logging contributors:
Useful Links