A simple logging library for Python 3


Keywords
logging, json, simple, http, tcp, quick, logs, justlog
License
MIT
Install
pip install justlog==0.1.1.5

Documentation

justlog

Documentation

justlog is a simple library for Python 3. It is designed to provide a quick and easy way to generate clean logs with minimal coding.

Features

  • Output to to stdout, stderr, tcp, http, file or syslog
  • Output in standard text or json
  • Easily add fields
  • Builtin variables for timestamps and log levels.
  • Colorful output

Quickstart

https://justlog.readthedocs.io/en/latest/#quickstart

Installation

pip install justlog

License

  • MIT