Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
class
Logger(Protocol):
10
def
debug(self, msg: str, *args: Any, **kwargs: Any) -> None:
11
pass
12
13
14
class
NoOpLogger:
Callers
3
do
Method · 0.45
do_request
Method · 0.45
do_request_async
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected