Metadata-Version: 1.1
Name: JsonLogFormatter
Version: 1.0.3
Summary: Json log formatter
Home-page: UNKNOWN
Author: Team Chili Zooplus AG
Author-email: team_dev_chili@zooplus.com
License: UNKNOWN
Description: Json log formatter
        =======================
        
        .. image:: https://travis-ci.org/ObadaAlexandru/JsonLogFormatter.svg?branch=master
            :target: https://travis-ci.org/ObadaAlexandru/JsonLogFormatter
        
        Formats the log messages in a JSON format as follows:
        
        .. code-block:: javascript
        
                {   "description": "Some exception",
                     "log_type": "application_log"
                     "severity": "ERROR",
                     "source_file": "test.py",
                     "module": "test",
                     "thread": "MainThread",
                     "pid": 74607,
                     "stacktrace": "Traceback (most recent call last):\n  File\"test.py\", line 20,"
                 }
        
        
        A message in JSON format facilitates the logs processing.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Logging
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
