MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/xstudio / log_critical

Method log_critical

python/src/xstudio/api/__init__.py:157–162  ·  view source on GitHub ↗

Log msg at level Args: messge(str): Log message

(self, messge)

Source from the content-addressed store, hash-verified

155 self.log(LogLevel.SPDLOG_LEVEL_ERROR, messge)
156
157 def log_critical(self, messge):
158 """Log msg at level
159 Args:
160 messge(str): Log message
161 """
162 self.log(LogLevel.SPDLOG_LEVEL_CRITICAL, messge)
163
164 def set_clipboard(self, content):
165 """Set UI clipboard

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected