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 JSON Manager for data storing.
from plsl import Logging
log = Logging() # Logging Object
log.info("info test") # Info
log.warning("warning test") # Warning
log.debug("debug test") # Debug
log.error("error test") # Error
# Using python pip
$ pip install plsl
# Using git
$ git clone https://github.com/tory1103/pls-logging
$ cd pls-logging
$ pip install -r requirements.txt
$ python setup.py install
You can propose a feature request opening an issue, or a pull request.
Here is a list of pls-logging contributors: