log#

log(level, msg, *args, **kwargs)[源代码]#

以整数严重性 "级别 "记录 "msg % args"。

要传递异常信息,请使用带 true 值的关键字参数 exc_info,例如。

logger.log(level, "We have a %s", "mysterious problem", exc_info=1)