MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / info

Method info

tools/python-3.11.9-amd64/Lib/logging/__init__.py:1845–1849  ·  view source on GitHub ↗

Delegate an info call to the underlying logger.

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

Source from the content-addressed store, hash-verified

1843 self.log(DEBUG, msg, *args, **kwargs)
1844
1845 def info(self, msg, *args, **kwargs):
1846 """
1847 Delegate an info call to the underlying logger.
1848 """
1849 self.log(INFO, msg, *args, **kwargs)
1850
1851 def warning(self, msg, *args, **kwargs):
1852 """

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected