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

Function Output

log/log.go:256–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256func Output() io.Writer {
257 return global.Output()
258}
259
260func SetOutput(w io.Writer) {
261 global.SetOutput(w)

Callers

nothing calls this directly

Calls 1

OutputMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…