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

Function Printf

exported.go:193–195  ·  exported.go::Printf

Printf logs a message at level Info on the standard logger.

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

Source from the content-addressed store, hash-verified

191
192// Printf logs a message at level Info on the standard logger.
193func Printf(format string, args ...interface{}) {
194 std.Printf(format, args...)
195}
196
197// Infof logs a message at level Info on the standard logger.
198func Infof(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected