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

本站现有博文333篇,共被浏览916303

本站已经建立2621天!

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