MCPcopy
hub / github.com/uber/aresdb / Infof

Method Infof

common/log.go:33–33  ·  view source on GitHub ↗

Log at info level with fmt.Printf-like formatting

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

Source from the content-addressed store, hash-verified

31
32 // Log at info level with fmt.Printf-like formatting
33 Infof(format string, args ...interface{})
34
35 // Log at warning level
36 Warn(args ...interface{})

Callers 15

LogfMethod · 0.65
RunMethod · 0.65
DeleteLogFileMethod · 0.65
DeleteSnapshotMethod · 0.65
SnapshotMethod · 0.65
createSnapshotMethod · 0.65
fetchDataFromPeerMethod · 0.65
backfill_test.goFile · 0.65
writeToLogMethod · 0.65
reportBatchMethod · 0.65

Implementers 2

ZapLoggercommon/log.go
NoopLoggercommon/log.go

Calls

no outgoing calls

Tested by

no test coverage detected