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

Method Info

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

Source from the content-addressed store, hash-verified

265}
266
267func (log *ZinxLoggerCore) Info(v ...interface{}) {
268 if log.verifyLogIsolation(LogInfo) {
269 return
270 }
271 _ = log.OutPut(LogInfo, fmt.Sprintln(v...))
272}
273
274func (log *ZinxLoggerCore) Warnf(format string, v ...interface{}) {
275 if log.verifyLogIsolation(LogWarn) {

Callers 1

InfoFunction · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by

no test coverage detected