MCPcopy
hub / github.com/Sophomoresty/gemini-web2api / log_message

Method log_message

gemini_web2api/server.py:44–45  ·  view source on GitHub ↗
(self, fmt, *args)

Source from the content-addressed store, hash-verified

42
43class GeminiHandler(BaseHTTPRequestHandler):
44 def log_message(self, fmt, *args):
45 log(fmt % args)
46
47 def send_json(self, data, status=200):
48 body = json.dumps(data, ensure_ascii=False).encode()

Callers

nothing calls this directly

Calls 1

logFunction · 0.70

Tested by

no test coverage detected