Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/slog
/ Printf
Method
Printf
map.go:181–184 ·
view source on GitHub ↗
(f string, v ...interface{})
Source
from the content-addressed store, hash-verified
179
}
180
181
func
(p *xerrorPrinter) Printf(f string, v ...
interface
{}) {
182
s := fmt.Sprintf(f, v...)
183
p.write(s)
184
}
185
186
func
(p *xerrorPrinter) Detail() bool {
187
return
true
Callers
nothing calls this directly
Calls
1
write
Method · 0.95
Tested by
no test coverage detected