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

Function InfoFn

exported.go:153–155  ·  view source on GitHub ↗

InfoFn logs a message from a func at level Info on the standard logger.

(fn LogFunction)

Source from the content-addressed store, hash-verified

151
152// InfoFn logs a message from a func at level Info on the standard logger.
153func InfoFn(fn LogFunction) {
154 std.InfoFn(fn)
155}
156
157// WarnFn logs a message from a func at level Warn on the standard logger.
158func WarnFn(fn LogFunction) {

Callers

nothing calls this directly

Calls 1

InfoFnMethod · 0.80

Tested by

no test coverage detected