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

Function Debug

exported.go:98–100  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

96
97// Debug logs a message at level Debug on the standard logger.
98func Debug(args ...interface{}) {
99 std.Debug(args...)
100}
101
102// Print logs a message at level Info on the standard logger.
103func Print(args ...interface{}) {

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected