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

Method Info

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

Log at info level

(args ...interface{})

Source from the content-addressed store, hash-verified

28
29 // Log at info level
30 Info(args ...interface{})
31
32 // Log at info level with fmt.Printf-like formatting
33 Infof(format string, args ...interface{})

Callers 15

UpdateJobMethod · 0.65
UpdateTableMethod · 0.65
RunMethod · 0.65
DoneMethod · 0.65
NewKafkaPublisherFunction · 0.65
NewControllerFunction · 0.65
registerHeartBeatServiceFunction · 0.65
createZKClientFunction · 0.65
SyncUpJobConfigsMethod · 0.65

Implementers 2

ZapLoggercommon/log.go
NoopLoggercommon/log.go

Calls

no outgoing calls

Tested by

no test coverage detected