Skip to main content

A logging library for Python

Project description

Log4p日志库

描述

这是一个可以支持异步记录日志,发送到HTTP,websocket服务器,同时配置简单,它还实现了识别代码异步和同步的环境 以支持不同环境下的日志记录,当然了,理论上,这个日志如果2个模式都启用(websocket,http),那么会分别的往2个地方发送日志

示例用法

#from core import *
from SparkleLogging.utils.core import LogManager
from logging import Formatter

logger = LogManager().GetLogger(
    log_name='example',
    out_to_console=True,
    web_log_mode=True,
    WSpost_url='ws://localhost:8765',
    HTTPpost_url='http://localhost:8765',
    http_mode = True,
    custom_fomatter=Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s',datefmt="%H:%M:%S")
)

logger.info('这是一个成功信息')
logger.debug('这是一个调试信息')
logger.critical('这是一个严重错误信息')
logger.error('这是一个错误信息')
logger.warning('这是一个警告信息')

参数介绍

  • log_name: 指定日志记录器的名称
  • out_to_console: 是否输出到控制台,默认true
  • web_log_mode:是否启用websocket日志输出模式,默认false
  • WSpost_url: 如果启用websocket模式,则传入post_url,否则不管,默认None
  • HTTPpost_url: 如果启用http模式,则传入post_url,否则不管,默认None
  • http_mode: 是否启用http日志输出模式,默认false

更新日志

2024/2/20 1:01

更新了自定义格式功能,修复了少量bug

添加参数

  • custom_formatter: 自定义格式化函数,默认None

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

SparkleLogging-1.0.1.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

SparkleLogging-1.0.1-py3-none-any.whl (5.9 kB view details)

Uploaded Python 3

File details

Details for the file SparkleLogging-1.0.1.tar.gz.

File metadata

  • Download URL: SparkleLogging-1.0.1.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for SparkleLogging-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c213c6c5db25da5d42c0df20f10933b57095cfe1c30e63b9c13f6b635a6d84ca
MD5 2b2c2cf85e857b5668b44867466f4d53
BLAKE2b-256 d0a10d3d21736aed51e31cbc0b58f912a81928ae3cf12688e040f5647a559285

See more details on using hashes here.

File details

Details for the file SparkleLogging-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for SparkleLogging-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cd06354b7e980a1517247426d9897633ed7c84a6bd2cbe281a5d8f2fd6130518
MD5 fac00ef4b691d282672b3e8e34d8c119
BLAKE2b-256 b83fda93113113ac32d023f8934498b6c1a10e4fbda4d479687e1f2133cac014

See more details on using hashes here.

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