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

Method Warn

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

Source from the content-addressed store, hash-verified

279}
280
281func (log *ZinxLoggerCore) Warn(v ...interface{}) {
282 if log.verifyLogIsolation(LogWarn) {
283 return
284 }
285 _ = log.OutPut(LogWarn, fmt.Sprintln(v...))
286}
287
288func (log *ZinxLoggerCore) Errorf(format string, v ...interface{}) {
289 if log.verifyLogIsolation(LogError) {

Callers 1

WarnFunction · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by

no test coverage detected