Skip to main content

Python code logging with a server interface

Project description

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 JSON Manager for data storing.

Pls-Logging is fun and powerful

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

Easy to Install

# 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

Contributing

You can propose a feature request opening an issue, or a pull request.

Here is a list of pls-logging contributors:

Useful Links

Website
Documentation
PyPi

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

plsl-0.3.tar.gz (58.2 kB view hashes)

Uploaded Source

Built Distribution

plsl-0.3-py3-none-any.whl (56.3 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