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

Function Info

exported.go:108–110  ·  exported.go::Info

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

(args ...interface{})

Source from the content-addressed store, hash-verified

106
107// Info logs a message at level Info on the standard logger.
108func Info(args ...interface{}) {
109 std.Info(args...)
110}
111
112// Warn logs a message at level Warn on the standard logger.
113func Warn(args ...interface{}) {

Callers 1

TestAddHookRace2Function · 0.85

Calls 1

InfoMethod · 0.65

Tested by 1

TestAddHookRace2Function · 0.68