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

Function Debugln

utils/log/logwrapper.go:349–351  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

347
348// Debugln logs a message at level Debug on the standard logger.
349func Debugln(args ...interface{}) {
350 logrus.Debugln(args...)
351}
352
353// Println logs a message at level Info on the standard logger.
354func Println(args ...interface{}) {

Callers 5

clientFunction · 0.92
clientComplexFunction · 0.92
handleClientFunction · 0.92
TestStandardLoggerFunction · 0.85
TestSimpleLogFunction · 0.85

Calls 1

DebuglnMethod · 0.80

Tested by 5

clientFunction · 0.74
clientComplexFunction · 0.74
handleClientFunction · 0.74
TestStandardLoggerFunction · 0.68
TestSimpleLogFunction · 0.68