Skip to main content

DO NOT USE - This is a beta package

Project description

codecov

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

logitol-0.1.0.0.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page