MCPcopy Index your code
hub / github.com/aceld/zinx / SetLogLevel

Function SetLogLevel

zlog/stdzlog.go:68–70  ·  view source on GitHub ↗

SetLogLevel sets the log level of StdZinxLog

(logLevel int)

Source from the content-addressed store, hash-verified

66
67// SetLogLevel sets the log level of StdZinxLog
68func SetLogLevel(logLevel int) {
69 StdZinxLog.SetLogLevel(logLevel)
70}
71
72func Debugf(format string, v ...interface{}) {
73 StdZinxLog.Debugf(format, v...)

Callers 3

TestStdZLogFunction · 0.92
InitLogConfigMethod · 0.92
UserConfToGlobalFunction · 0.92

Calls 1

SetLogLevelMethod · 0.80

Tested by 1

TestStdZLogFunction · 0.74