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

Function Print

utils/log/logwrapper.go:271–273  ·  view source on GitHub ↗

Print logs a message at level Info on the standard logger.

(args ...interface{})

Source from the content-addressed store, hash-verified

269
270// Print logs a message at level Info on the standard logger.
271func Print(args ...interface{}) {
272 logrus.Print(args...)
273}
274
275// Info logs a message at level Info on the standard logger.
276func Info(args ...interface{}) {

Callers 2

TestUint256Function · 0.92
TestStandardLoggerFunction · 0.85

Calls 1

PrintMethod · 0.80

Tested by 2

TestUint256Function · 0.74
TestStandardLoggerFunction · 0.68