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

Method SetLogLevel

zlog/logger_core.go:425–427  ·  view source on GitHub ↗
(logLevel int)

Source from the content-addressed store, hash-verified

423}
424
425func (log *ZinxLoggerCore) SetLogLevel(logLevel int) {
426 log.isolationLevel = logLevel
427}
428
429// Convert an integer to a fixed-length string, where the width of the string should be greater than 0
430// Ensure that the buffer has sufficient capacity

Callers 1

SetLogLevelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected