Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
def
log_debug(message, **kwargs):
47
text = _get_log_text(message, **kwargs)
48
logger.debug(text)
49
50
51
def
log_info(message, **kwargs):
Callers
nothing calls this directly
Calls
1
_get_log_text
Function · 0.85
Tested by
no test coverage detected