MCPcopy
hub / github.com/aceld/zinx / Debug

Method Debug

zlog/logger_core.go:253–258  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

251}
252
253func (log *ZinxLoggerCore) Debug(v ...interface{}) {
254 if log.verifyLogIsolation(LogDebug) {
255 return
256 }
257 _ = log.OutPut(LogDebug, fmt.Sprintln(v...))
258}
259
260func (log *ZinxLoggerCore) Infof(format string, v ...interface{}) {
261 if log.verifyLogIsolation(LogInfo) {

Callers 1

DebugFunction · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by

no test coverage detected