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

Method Infof

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

Source from the content-addressed store, hash-verified

258}
259
260func (log *ZinxLoggerCore) Infof(format string, v ...interface{}) {
261 if log.verifyLogIsolation(LogInfo) {
262 return
263 }
264 _ = log.OutPut(LogInfo, fmt.Sprintf(format, v...))
265}
266
267func (log *ZinxLoggerCore) Info(v ...interface{}) {
268 if log.verifyLogIsolation(LogInfo) {

Callers 3

InfofFunction · 0.80
InfoFMethod · 0.80
InfoFXMethod · 0.80

Calls 2

verifyLogIsolationMethod · 0.95
OutPutMethod · 0.95

Tested by

no test coverage detected