MCPcopy Index your code
hub / github.com/stitionai/devika / error

Method error

src/logger.py:23–25  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

21 self.logger.flush()
22
23 def error(self, message: str):
24 self.logger.error(message)
25 self.logger.flush()
26
27 def warning(self, message: str):
28 self.logger.warning(message)

Callers 3

emit_agentFunction · 0.80
inferenceMethod · 0.80
initializeSocketsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected