码迷,mamicode.com
首页 > 其他好文 > 详细

生成不同时间下的LOG

时间:2020-04-08 12:21:15      阅读:66      评论:0      收藏:0      [点我收藏+]

标签:false   style   oca   ftime   时间   self   time   test   open   

class HangUp(object):
    current_path = os.getcwd()
    test_path = current_path + r/log/
    log_name = test_path + time.strftime(%Y-%m-%d %H-%M-%S) + ".log"
    nowtime = time.time()

    def write_log(self, string, false_time=0.0, data=1814400.0):
        with open(self.log_name, "a") as f:
            save_time = time.strftime(%Y-%m-%d %H:%M:%S, time.localtime(self.nowtime - data + false_time))
            print(save_time + ": " + string)
            f.write(\r\n + save_time + ": " + string)
            f.close()

修改LOG时间

生成不同时间下的LOG

标签:false   style   oca   ftime   时间   self   time   test   open   

原文地址:https://www.cnblogs.com/gexbooks/p/12658616.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!