MCPcopy Index your code
hub / github.com/dataease/SQLBot / debug

Method debug

backend/common/utils/utils.py:183–186  ·  view source on GitHub ↗
(msg: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

181
182 @staticmethod
183 def debug(msg: str, *args, **kwargs):
184 logger = SQLBotLogUtil._get_logger()
185 if logger.isEnabledFor(logging.DEBUG):
186 logger._log(logging.DEBUG, msg, args, **kwargs)
187
188 @staticmethod
189 def info(msg: str, *args, **kwargs):

Callers 2

wrapperFunction · 0.45
is_cache_initializedFunction · 0.45

Calls 2

_get_loggerMethod · 0.80
_logMethod · 0.80

Tested by

no test coverage detected