MCPcopy Index your code
hub / github.com/CodisLabs/codis / SetLevelString

Function SetLevelString

pkg/utils/log/log.go:431–433  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

429}
430
431func SetLevelString(s string) bool {
432 return StdLog.SetLevelString(s)
433}
434
435func SetTrace(v LogLevel) {
436 StdLog.SetTraceLevel(v)

Callers

nothing calls this directly

Calls 1

SetLevelStringMethod · 0.80

Tested by

no test coverage detected