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

Function _debug_log

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

Source from the content-addressed store, hash-verified

105
106
107def _debug_log(logger: logging.Logger, **fields: Any) -> None:
108 logger.debug(LogMessage(**fields))
109
110
111def _verbose_connection_error_reason(reason: str) -> str:

Callers 15

_check_serverMethod · 0.90
_check_onceMethod · 0.90
_get_seedlistMethod · 0.90
commandFunction · 0.90
__init__Method · 0.90
_select_servers_loopMethod · 0.90
select_serverMethod · 0.90
_process_changeMethod · 0.90
_process_srv_updateMethod · 0.90
closeMethod · 0.90
write_commandMethod · 0.90
unack_writeMethod · 0.90

Calls 1

LogMessageClass · 0.85

Tested by

no test coverage detected