MCPcopy 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
181func (p *xerrorPrinter) Printf(f string, v ...interface{}) {
182 s := fmt.Sprintf(f, v...)
183 p.write(s)
184}
185
186func (p *xerrorPrinter) Detail() bool {
187 return true

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected