MCPcopy Create free account
hub / github.com/labstack/gommon / Infof

Function Infof

log/log.go:296–298  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

294}
295
296func Infof(format string, args ...interface{}) {
297 global.Infof(format, args...)
298}
299
300func Infoj(j JSON) {
301 global.Infoj(j)

Callers

nothing calls this directly

Calls 1

InfofMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…