MCPcopy
hub / github.com/CodisLabs/codis / SetLevel

Function SetLevel

pkg/utils/log/log.go:427–429  ·  view source on GitHub ↗
(v LogLevel)

Source from the content-addressed store, hash-verified

425}
426
427func SetLevel(v LogLevel) {
428 StdLog.SetLevel(v)
429}
430
431func SetLevelString(s string) bool {
432 return StdLog.SetLevelString(s)

Callers

nothing calls this directly

Calls 1

SetLevelMethod · 0.80

Tested by

no test coverage detected