self-confidence,the source of all the power

导航

2014年6月27日 #

python logging system

摘要: 官方教程:https://docs.python.org/2/library/logging.html1. 用法1import loggingimport logging.handlersLOG_FILE = 'tst.log'handler = logging.handlers.RotatingF... 阅读全文

posted @ 2014-06-27 18:44 漩涡鸣人 阅读(524) 评论(0) 推荐(0) 编辑