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

Function Tracef

exported.go:183–185  ·  view source on GitHub ↗

Tracef logs a message at level Trace on the standard logger.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

181
182// Tracef logs a message at level Trace on the standard logger.
183func Tracef(format string, args ...interface{}) {
184 std.Tracef(format, args...)
185}
186
187// Debugf logs a message at level Debug on the standard logger.
188func Debugf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 1

TracefMethod · 0.65

Tested by

no test coverage detected