Skip to main content

logPPP

Project description

日志记录

简介

日志记录模块是一个简单的日志输出工具,它可以将不同等级(INFO、WARNING、ERROR、DEBUG、CRITICAL)的日志输出到控制台。

使用方法

要使用日志记录模块,请在您的Python脚本或模块中导入它,如下所示:

pip install logPPP

示例

from logPPP import *

logger = get_logger(logging_level=INFO,
                    logging_is_output_sys_stdout=True,
                    logging_file="log.log",
                    logger_name=None,
                    logging_fmt=None,
                    logging_date_fmt=None)

logger.info("info")
logger.debug("debug")
logger.warning("warning")
logger.error("error")
logger.critical("critical")

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

logPPP-1.3.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

logPPP-1.3.0-py3-none-any.whl (2.5 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