Metadata-Version: 2.0
Name: log-config
Version: 1.0
Summary: Provide a function  for anyone who want to configure log parameters easily, just call init_log_config before your use the module of logging that build-in python3
Home-page: https://github.com/wcadaydayup/python/
Author: Wu Charles
Author-email: wcadaydayup@163.com
License: BSD License
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
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 :: 3.6
Classifier: Topic :: Software Development :: Libraries

===== 
log_config 
===== 
Description 
-------- 
Provide a function  for anyone who want to configure log parameters easily,
just call init_log_config before your use the module of logging that build-in python3


