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

Method critical

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

Source from the content-addressed store, hash-verified

217
218 @staticmethod
219 def critical(msg: str, *args, **kwargs):
220 logger = SQLBotLogUtil._get_logger()
221 if logger.isEnabledFor(logging.CRITICAL):
222 logger._log(logging.CRITICAL, msg, args, **kwargs)
223
224def prepare_for_orjson(data):
225 if not data:

Callers

nothing calls this directly

Calls 2

_get_loggerMethod · 0.80
_logMethod · 0.80

Tested by

no test coverage detected