WinForms UI Pack
Project description
Aquaref-Log
原主项目名
Flater
简介
为主模块Aquaref
及其它扩展模块提供日志输出的功能
使用
导入
from aquareflog import ...
输出记录
from aquareflog import Debug, Error, Info, Success # 颜色不同,其它效果一样
Debug("Debug")
Error("Error")
Info("Info")
Success("Success")
获取记录
from aquareflog import GetLog, Debug
for index in range(5):
Debug(f"Debug{index}")
print(GetLog())
禁用输出
from os import environ
environ["FLATER.LOG.ENABLE"] = "false"
启用输出
from os import environ
environ["FLATER.LOG.ENABLE"] = "true"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aquaref_log-0.0.1a1.tar.gz
(1.8 kB
view hashes)
Built Distribution
Close
Hashes for aquaref_log-0.0.1a1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cb6ce7a67fbbf90e531d990da62218d75a19e3367e88064a7f9ae2f7274a368b |
|
MD5 | 6ccd3793de68df309b2e9fddf9f71f67 |
|
BLAKE2b-256 | 6d306105e36d92cadcc909312c585eaf949f1cc3bfa9bae0bad634a4cf5a2d95 |