Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stitionai/devika
/ exception
Method
exception
src/logger.py:35–37 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
33
self.logger.flush()
34
35
def
exception(self, message: str):
36
self.logger.exception(message)
37
self.logger.flush()
38
39
40
def
route_logger(logger: Logger):
Callers
1
wrapper
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected