https://github.com/ocworld/loggingconf
Helper for loading a logging configration file
https://github.com/ocworld/loggingconf
library logging logging-configuration module python python2 python3
Last synced: about 2 months ago
JSON representation
Helper for loading a logging configration file
- Host: GitHub
- URL: https://github.com/ocworld/loggingconf
- Owner: ocworld
- License: mit
- Created: 2019-04-08T13:40:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T14:08:37.000Z (about 6 years ago)
- Last Synced: 2025-02-03T23:03:22.788Z (4 months ago)
- Topics: library, logging, logging-configuration, module, python, python2, python3
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loggingconf
[](https://pypi.org/project/loggingconf/)
[](https://pypi.org/project/loggingconf/)
[](https://lbesson.mit-license.org/)## Description
This Module helps to load a configration file for logging module## Install
```bash
pip install -U loggingconf
```## Example
```python
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