Skip to main content

A logging library for Python

Project description

Log4p日志库

描述

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

示例用法

#from core import *
from Log4p.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.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: SparkleLogging-1.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 3444b2b85ff9e405521fbcea8bb241c228db6bb9abf0024b852a0b89c856f18a
MD5 191c97f37e2f319f6647ba07b6aeef21
BLAKE2b-256 a7943d6ff961fd76f47ab25e5ac3719a58f5c3e12777138a7debe1e65c6ec3eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for SparkleLogging-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7674535660693a43f819d829aa68d1aaee264e5be52fdb11b746ff88c08ac5d4
MD5 afa5e7e3f7623437a5af3755226b4c03
BLAKE2b-256 20d3e97169fe7135166f50529641d737a1bfc7c8e6e00ef552a458fa691d6aea

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