MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / _info_log

Function _info_log

pymongo/logger.py:115–116  ·  view source on GitHub ↗
(logger: logging.Logger, **fields: Any)

Source from the content-addressed store, hash-verified

113
114
115def _info_log(logger: logging.Logger, **fields: Any) -> None:
116 logger.info(LogMessage(**fields))
117
118
119def _log_or_warn(logger: logging.Logger, message: str) -> None:

Callers

nothing calls this directly

Calls 1

LogMessageClass · 0.85

Tested by

no test coverage detected