Kleen-Logger
Simple python library that handle Logging of a script.
Table of contents
Installation
You can install the module via pip :
pip install kleenlogger
or via wheel file From PyPi :
pip install wheel
python -m wheel install wheel_file.whl
Documentation
The aim of kleenlogger is to make it simple for the user to get script made logging.
First import it to your script :
from kleenlogger import kleenlogger, KleenLogger
Then you can setup the logger format with the init_logger() function :
kleenlogger.init_logger(
"AppName",
KleenLogger.DEBUG,
"[%(asctime)s][%(levelname)s] : [%(filename)s][%(funcName)s] : %(message)s",
"%Y-%m-%d %H:%M:%S"
)
Now you can use the logger variable of kleentimer like a python logging :
kleenlogger.logger.info("This is an info logging message")
kleenlogger.logger.error("Thiss is an error logging message")
Release files for KleenLogger 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| KleenLogger-0.1.2.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| KleenLogger-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.3 kB
Release files / KleenLogger-0.1.2.tar.gz
| Download URL | KleenLogger-0.1.2.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3b3790edf6f60be6bb8c75bcaa5f12a1dc1cb7e309186462b165e32eea198cf2
|
|
BLAKE2b-256 checksum How to use checksums |
5cda459cf6e866c47f69199ac99cc5a1495bc736f2faee9d30ec661ce8e7c281
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.4
|
Release files / KleenLogger-0.1.2-py3-none-any.whl
| Download URL | KleenLogger-0.1.2-py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5d31645eee796148b735803d70f895f1e64d48c52cab5434f400b6668cf06b9a
|
|
BLAKE2b-256 checksum How to use checksums |
23d99d4541298a6a25fd3119c512aaa993c096ab1b870015dec5730e87287c7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.4
|