MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / log

Method log

Lib/logging/__init__.py:1199–1214  ·  view source on GitHub ↗

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)

(self, level, msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

logMethod · 0.45
logFunction · 0.45

Calls 2

isEnabledForMethod · 0.95
_logMethod · 0.95

Tested by

no test coverage detected