MCPcopy 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
49def get_logger() -> logging.Logger:
50 '''get logger.'''
51 return get(KEY_LOGGER)
52
53
54def __get_caller_workbook(name:str):

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected