MCPcopy
hub / github.com/stitionai/devika / debug

Method debug

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

Source from the content-addressed store, hash-verified

29 self.logger.flush()
30
31 def debug(self, message: str):
32 self.logger.debug(message)
33 self.logger.flush()
34
35 def exception(self, message: str):
36 self.logger.exception(message)

Callers 3

wrapperFunction · 0.80
inferenceMethod · 0.80
validate_responseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected