log

log(level, msg, *args, **kwargs)[source]

Log “msg % args” with the integer severity “level”.

To pass exception information, use the keyword argument exc_info with a true value, e.g.

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