MCPcopy
hub / github.com/sirupsen/logrus / Printf

Method Printf

logrus.go:128–128  ·  view source on GitHub ↗
(string, ...interface{})

Source from the content-addressed store, hash-verified

126type StdLogger interface {
127 Print(...interface{})
128 Printf(string, ...interface{})
129 Println(...interface{})
130
131 Fatal(...interface{})

Callers 3

PrintfMethod · 0.65
PrintfFunction · 0.65
CrossBuildFunction · 0.65

Implementers 2

Loggerlogger.go
Entryentry.go

Calls

no outgoing calls

Tested by

no test coverage detected