MCPcopy Index your code
hub / github.com/OpenBMB/ChatDev / info

Method info

utils/structured_logger.py:90–92  ·  view source on GitHub ↗

Log information.

(self, message: str, correlation_id: str = None, log_type: LogType = LogType.WORKFLOW, **kwargs)

Source from the content-addressed store, hash-verified

88 self.logger.log(log_level, formatted_log)
89
90 def info(self, message: str, correlation_id: str = None, log_type: LogType = LogType.WORKFLOW, **kwargs):
91 """Log information."""
92 self._log(log_type, LogLevel.INFO, message, correlation_id, **kwargs)
93
94 def debug(self, message: str, correlation_id: str = None, log_type: LogType = LogType.WORKFLOW, **kwargs):
95 """Log debug information."""

Callers

nothing calls this directly

Calls 1

_logMethod · 0.95

Tested by

no test coverage detected