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

Function TraceFn

exported.go:138–140  ·  view source on GitHub ↗

TraceFn logs a message from a func at level Trace on the standard logger.

(fn LogFunction)

Source from the content-addressed store, hash-verified

136
137// TraceFn logs a message from a func at level Trace on the standard logger.
138func TraceFn(fn LogFunction) {
139 std.TraceFn(fn)
140}
141
142// DebugFn logs a message from a func at level Debug on the standard logger.
143func DebugFn(fn LogFunction) {

Callers

nothing calls this directly

Calls 1

TraceFnMethod · 0.80

Tested by

no test coverage detected