记录日志到指定的文件并按照日期切割 :param msg: str, 需要打印日志的普通字符串 :param level: str, 打印日志的级别,可以定义error、warn、debug、info等其他 :param name: str, set the logger with the specified name :param args: 需要打印日志的list、tuple等 :param kwargs: 需要打印日志的字典 :return:
(msg, level="error", name="mylog", *args, **kwargs)
source not stored for this graph (policy: none)
no test coverage detected