Metadata-Version: 2.1
Name: justlog
Version: 0.0.3
Summary: A simple logging library for Python 3
Home-page: https://github.com/Gabisonfire/justlog
Author: Gabisonfire
Author-email: gabisonfire@github.com
License: UNKNOWN
Keywords: logging json simple
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.*
Description-Content-Type: text/markdown

## justlog ##

[Documentation](https://justlog.readthedocs.io/en/latest/)

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, file or syslog
- Output in standard text or json
- Easily add fields
- Builtin variables for timestamps and log level.
- Colorful output

### Roadmap ###

- logging to http
- proper docstrings (sorry)

### License ###

- MIT


