Welcome

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.

PLSL is powerful

>>> from plsl import Logging

>>> log = Logging("logging.log")

>>> log.info("info test")

>>> log.warning("warning test")

>>> log.debug("debug test")

>>> log.error("error test")

Easy installation

$ pip install plsl
$ git clone https://github.com/tory1103/pls-logging.git

Any troubles?

You can look at our documentation here.

Pls-Logging was written by Adrián Toral.
If you would like to file an issue report or fork the project, check out the Github Repository. Fork me on GitHub