Metadata-Version: 2.0
Name: yplan-logging-utils
Version: 1.0.1
Summary: Utilities we use for logging.
Home-page: https://github.com/YPlan/yplan-logging-utils
Author: YPlan
Author-email: adam@yplanapp.com
License: ISCL
Keywords: Logging,YPlan
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Logging
Requires-Dist: six (>=1.5.0)

===================
yplan-logging-utils
===================

.. image:: https://img.shields.io/pypi/v/yplan-logging-utils.svg
        :target: https://pypi.python.org/pypi/yplan-logging-utils

.. image:: https://img.shields.io/travis/YPlan/yplan-logging-utils.svg
        :target: https://travis-ci.org/YPlan/yplan-logging-utils

Utilities we use for logging throughout our projects.

* Free software: ISC license

Features
--------

* `JSONFormatter`


=======
History
=======

Pending Release
---------------

* New release notes go here.

1.0.1 (2016-01-21)
------------------

* Add ``PlainJSONFormatter`` to return dictionaries plain and not encoded to strings, required for ``fluent-logger``'s
  handler.

1.0.0 (2016-01-15)
------------------

* First release on PyPI.
* Includes JSONFormatter


