Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Logf
Method
Logf
script/api-host-gateway/gateway/main.go:307–309 ·
view source on GitHub ↗
(format string, args ...any)
Source
from the content-addressed store, hash-verified
305
}
306
307
func
(r *recorder) Logf(format string, args ...any) {
308
log.Printf(
"gateway: "
+format, args...)
309
}
310
311
func
(r *recorder) Close() {
312
if
err := r.file.Close(); err != nil {
Callers
3
Write
Method · 0.95
newProxy
Function · 0.80
sharedCmds
Function · 0.80
Calls
1
Printf
Method · 0.65
Tested by
1
sharedCmds
Function · 0.64