Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dothinking/PyAddin
/ get_logger
Function
get_logger
pyaddin/resources/scripts/utils/context.py:49–51 ·
view source on GitHub ↗
get logger.
()
Source
from the content-addressed store, hash-verified
47
48
49
def
get_logger() -> logging.Logger:
50
''
'get logger.'
''
51
return
get(KEY_LOGGER)
52
53
54
def
__get_caller_workbook(name:str):
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected