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

Function Print

exported.go:103–105  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

101
102// Print logs a message at level Info on the standard logger.
103func Print(args ...interface{}) {
104 std.Print(args...)
105}
106
107// Info logs a message at level Info on the standard logger.
108func Info(args ...interface{}) {

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected