DO NOT USE - This is a beta package
Project description
logitol
logitol is a small library aimed to encapsulate various different logging approaches into a single place. And to be loaded/instantiated through a common interface.
Concept
Logging is a rather universal need across all applications. However, there are times where the builtin python loggers are sufficient, and those where they are not. And so, in many cases, it is desirable to encapsulate in such a way that you can interchange loggers as needed - and to include all 'loggers' in a single library for consistency.
Design
There is a single entry point: get_logger(logger_type, **kwargs)
Examples
from logitol import get_logger
logger = get_logger()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file logitol-0.1.0.0.tar.gz
.
File metadata
- Download URL: logitol-0.1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b4536b3517cd26651869714fd4840819940ee1886f1f3753365396f3c391e26 |
|
MD5 | 11e97514a6c5e8d0e4f4d612b9b5a614 |
|
BLAKE2b-256 | 299d313500478175064c818363baf24cff228d633e8e60961d99154b643f8bf4 |