Skip to content

ocworld/loggingconf

Repository files navigation

loggingconf

PyPI version shields.io PyPI pyversions MIT license

Description

This Module helps to load a configration file for logging module

Install

pip install -U loggingconf

Example

import loggingconf
loggingconf.file_config('logconf.ini')
loggingconf.file_config('logconf.yaml')
loggingconf.file_config('logconf.json')

Python Versions

Python 2.7, 3.4, 3.5, 3.6, 3.7