MCPcopy
hub / github.com/marmotedu/iam / Infof

Function Infof

pkg/log/log.go:422–424  ·  view source on GitHub ↗

Infof method output info level log.

(format string, v ...interface{})

Source from the content-addressed store, hash-verified

420
421// Infof method output info level log.
422func Infof(format string, v ...interface{}) {
423 std.zapLogger.Sugar().Infof(format, v...)
424}
425
426func (l *zapLogger) Infof(format string, v ...interface{}) {
427 l.zapLogger.Sugar().Infof(format, v...)

Callers 15

DeleteScanMatchMethod · 0.92
mainFunction · 0.92
runCommandMethod · 0.92
applyOptionRulesMethod · 0.92
printWorkingDirFunction · 0.92
afterFunction · 0.92
initializeMethod · 0.92
capCollectionMethod · 0.92
WriteDataMethod · 0.92
InitMethod · 0.92
WriteDataMethod · 0.92
InitMethod · 0.92

Calls 1

InfofMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…