MCPcopy Create free account
hub / github.com/OpenRouterTeam/python-sdk / debug

Method debug

src/openrouter/utils/logger.py:10–11  ·  view source on GitHub ↗
(self, msg: str, *args: Any, **kwargs: Any)

Source from the content-addressed store, hash-verified

8
9class Logger(Protocol):
10 def debug(self, msg: str, *args: Any, **kwargs: Any) -> None:
11 pass
12
13
14class NoOpLogger:

Callers 3

doMethod · 0.45
do_requestMethod · 0.45
do_request_asyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected