MCPcopy
hub / github.com/OpenBMB/ChatDev / debug

Method debug

utils/logger.py:138–140  ·  view source on GitHub ↗
(self, message: str, node_id: str = None, event_type: EventType = None,
              details: Dict[str, Any] = None, duration: float | None = None)

Source from the content-addressed store, hash-verified

136 return log_entry
137
138 def debug(self, message: str, node_id: str = None, event_type: EventType = None,
139 details: Dict[str, Any] = None, duration: float | None = None) -> None:
140 self.add_log(LogLevel.DEBUG, message, node_id, event_type, details, duration)
141
142 def info(self, message: str, node_id: str = None, event_type: EventType = None,
143 details: Dict[str, Any] = None, duration: float | None = None) -> None:

Callers 15

record_edge_processMethod · 0.95
add_logMethod · 0.45
emitMethod · 0.45
_clear_target_contextMethod · 0.45
_handle_no_matchMethod · 0.45
_invoke_providerMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45

Calls 1

add_logMethod · 0.95

Tested by

no test coverage detected