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

Method get_logger

utils/log_manager.py:21–23  ·  view source on GitHub ↗

Return the underlying ``WorkflowLogger`` instance.

(self)

Source from the content-addressed store, hash-verified

19 self.logger = logger
20
21 def get_logger(self) -> WorkflowLogger:
22 """Return the underlying ``WorkflowLogger`` instance."""
23 return self.logger
24
25 # ================================================================
26 # Timer context managers delegated to WorkflowLogger

Callers 2

run_workflowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected