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

Function PrintFn

exported.go:148–150  ·  view source on GitHub ↗

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

(fn LogFunction)

Source from the content-addressed store, hash-verified

146
147// PrintFn logs a message from a func at level Info on the standard logger.
148func PrintFn(fn LogFunction) {
149 std.PrintFn(fn)
150}
151
152// InfoFn logs a message from a func at level Info on the standard logger.
153func InfoFn(fn LogFunction) {

Callers

nothing calls this directly

Calls 1

PrintFnMethod · 0.80

Tested by

no test coverage detected