MCPcopy Create free account
hub / github.com/labstack/gommon / SetOutput

Function SetOutput

log/log.go:260–262  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

258}
259
260func SetOutput(w io.Writer) {
261 global.SetOutput(w)
262}
263
264func SetHeader(h string) {
265 global.SetHeader(h)

Callers

nothing calls this directly

Calls 1

SetOutputMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…