Metadata-Version: 2.1
Name: smoothlogging
Version: 0.1.150
Summary: smoothlogging helps to log easily to file with timestamp + standard output
Home-page: https://github.com/blasebast/smoothlogging
Author: Sebastian Blasiak
Author-email: sebastian.blasiak@gmail.com
License: GNU General Public License v3
Keywords: sebastian,blasiak,logging,smoothlogging,logfile
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

===============================
smoothlogging
===============================


.. image:: https://img.shields.io/pypi/v/smoothlogging.svg
        :target: https://pypi.python.org/pypi/smoothlogging

.. image:: https://img.shields.io/travis/blasebast/smoothlogging.svg
        :target: https://travis-ci.org/blasebast/smoothlogging



Library to make logging easily configurable and consistent across the code.


Features
--------

* This library can provide easy logging mechanism using standard output and time-stamped file.



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

0.1.0 (2017-03-20)
------------------

* First release on PyPI.


