Skip to main content

No project description provided

Project description

unitlog

About

manage log sending through one process

Usage

import logging

from unitlog.unit import register_logger

logger1 = logging.getLogger("test1")

register_logger(name=logger1.name, file_log=True,
                log_filepath="./temp/test1.log")

logger1.info("hello")

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

unitlog-0.0.2.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

unitlog-0.0.2-py3-none-any.whl (9.8 kB view hashes)

Uploaded Python 3

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