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

Function Println

utils/log/logwrapper.go:354–356  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

352
353// Println logs a message at level Info on the standard logger.
354func Println(args ...interface{}) {
355 logrus.Println(args...)
356}
357
358// Infoln logs a message at level Info on the standard logger.
359func Infoln(args ...interface{}) {

Callers 3

mainFunction · 0.92
mainFunction · 0.92
TestStandardLoggerFunction · 0.85

Calls 1

PrintlnMethod · 0.80

Tested by 1

TestStandardLoggerFunction · 0.68