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

Method Warnf

zlog/logger_core.go:274–279  ·  view source on GitHub ↗
(format string, v ...interface{})

Source from the content-addressed store, hash-verified

272}
273
274func (log *ZinxLoggerCore) Warnf(format string, v ...interface{}) {
275 if log.verifyLogIsolation(LogWarn) {
276 return
277 }
278 _ = log.OutPut(LogWarn, fmt.Sprintf(format, v...))
279}
280
281func (log *ZinxLoggerCore) Warn(v ...interface{}) {
282 if log.verifyLogIsolation(LogWarn) {

Callers 1

WarnfFunction · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by

no test coverage detected