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

Method _create_logger

workflow/graph.py:121–123  ·  view source on GitHub ↗

Create and return a logger instance.

(self)

Source from the content-addressed store, hash-verified

119 raise WorkflowCancelledError(message, workflow_id=self.graph.name)
120
121 def _create_logger(self) -> WorkflowLogger:
122 """Create and return a logger instance."""
123 return WorkflowLogger(self.graph.name, self.graph.log_level)
124
125 @classmethod
126 def execute_graph(

Callers 1

__init__Method · 0.95

Calls 1

WorkflowLoggerClass · 0.90

Tested by

no test coverage detected