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

Function SetLevel

log/log.go:252–254  ·  view source on GitHub ↗
(level Lvl)

Source from the content-addressed store, hash-verified

250}
251
252func SetLevel(level Lvl) {
253 global.SetLevel(level)
254}
255
256func Output() io.Writer {
257 return global.Output()

Callers

nothing calls this directly

Calls 1

SetLevelMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…