EADST

Print Info in the Terminal and Save Logs in a File

Print Info in the Terminal and Save Logs in a File

import logging

log_name = "test"
logging.basicConfig(filename="{}.log".format(log_name), format='%(asctime)s %(message)s', filemode='w') 
sh = logging.StreamHandler()
logger=logging.getLogger() 
logger.setLevel(logging.DEBUG) 
logger.addHandler(sh)

logger.debug("Level lowest message") 
logger.info("Regular message") 
logger.warning("Warning message") 
logger.error("Error message") 
logger.critical("Fatal message") 

Reference

Python Logging

相关标签
About Me
XD
Goals determine what you are going to be.
Category
标签云
Food DeepSeek Plotly 版权 Markdown SPIE UI BF16 Miniforge Baidu Django Docker Hotel CTC Input COCO Disk PyTorch FP8 Jetson NameSilo Video AI GPT4 Numpy NLP transformers llama.cpp Conda Translation Datetime Nginx LLM Crawler PDF Bitcoin CLAP Rebuttal ONNX CAM HaggingFace RAR Qwen2.5 Card Mixtral TensorRT JSON UNIX Anaconda Bert Template Llama Pandas v0.dev Base64 CUDA Gemma WebCrawler GIT diffusers Shortcut Paddle API 图形思考法 Vim Breakpoint GPTQ MD5 Attention WAN ModelScope 公式 mmap QWEN YOLO 财报 Proxy 搞笑 FP32 Claude Streamlit VSCode Safetensors Math 顶会 Plate CSV Quantization VPN Diagram 云服务器 Algorithm RGB XML Ubuntu Random GoogLeNet 腾讯云 TensorFlow Search EXCEL Permission git-lfs InvalidArgumentError TSV 递归学习法 多线程 FP16 Dataset Freesound scipy hf v2ray 强化学习 Tiktoken ChatGPT DeepStream OpenAI 签证 CEIR Vmess BTC LoRA logger LLAMA CC OpenCV GGML 图标 Git Hilton Password Data Domain PDB Cloudreve 算法题 Knowledge Paper tar git FastAPI Windows Land Clash icon Statistics 继承 ResNet-50 IndexTTS2 证件照 Review Quantize Zip tqdm HuggingFace Color Magnet Hungarian Pickle 多进程 Animate Linux Sklearn PyCharm Tracking Heatmap Jupyter 第一性原理 关于博主 BeautifulSoup Pillow Agent 报税 Github LaTeX C++ Michelin 域名 printf uWSGI VGG-16 Qwen SVR CV Use 净利润 TTS Image2Text 飞书 Bipartite Python FP64 torchinfo Augmentation uwsgi Pytorch Qwen2 音频 News Tensor SAM Web XGBoost Firewall FlashAttention OCR Website PIP Bin Interview NLTK Distillation Ptyhon Google LeetCode SQL Transformers SQLite Excel 阿里云 Logo
站点统计

本站现有博文323篇,共被浏览795783

本站已经建立2493天!

热门文章
文章归档
回到顶部