monolg-v0.0.1
Source distribution for the monolg
.
You can also download from Python packaging index (PyPI) using the following.
$ pip3 install monolg==0.0.1
Features:
- Easy to setup.
- Connection can be established both by passing host and port as well as connection strings
- Tests covering most scenarios
- All logging levels that is covered by the default
logging
library (log
,info
,error
,warning
,critical
)