MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / Debug

Function Debug

utils/log/logwrapper.go:266–268  ·  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

264
265// Debug logs a message at level Debug on the standard logger.
266func Debug(args ...interface{}) {
267 logrus.Debug(args...)
268}
269
270// Print logs a message at level Info on the standard logger.
271func Print(args ...interface{}) {

Callers 11

ackWorkerMethod · 0.92
initFunction · 0.92
serverFunction · 0.92
serverComplexFunction · 0.92
TestMetricsFunction · 0.92
StartMethod · 0.92
StopMethod · 0.92
TestIPv6SeedFunction · 0.92
TestStandardLoggerFunction · 0.85
TestSimpleLogFunction · 0.85

Calls 1

DebugMethod · 0.80

Tested by 7

serverFunction · 0.74
serverComplexFunction · 0.74
TestMetricsFunction · 0.74
TestIPv6SeedFunction · 0.74
TestStandardLoggerFunction · 0.68
TestSimpleLogFunction · 0.68