Skip to main content

Library complementing the `logging` library for quick customization of logging in the project

Project description

Quick start

import extra_logging as ex_log

log = ex_log.Logging('app', 'log.log', max_bytes=ex_log.kb * 10).get_log

for i in range(100):
    log.info(i)

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

extra_logging-0.1.5.tar.gz (2.7 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