MCPcopy Create free account
hub / github.com/DeepL/deepl-python / log_debug

Function log_debug

deepl/util.py:46–48  ·  view source on GitHub ↗
(message, **kwargs)

Source from the content-addressed store, hash-verified

44
45
46def log_debug(message, **kwargs):
47 text = _get_log_text(message, **kwargs)
48 logger.debug(text)
49
50
51def log_info(message, **kwargs):

Callers

nothing calls this directly

Calls 1

_get_log_textFunction · 0.85

Tested by

no test coverage detected