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

Function Infoln

utils/log/logwrapper.go:359–361  ·  view source on GitHub ↗

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

(args ...interface{})

Source from the content-addressed store, hash-verified

357
358// Infoln logs a message at level Info on the standard logger.
359func Infoln(args ...interface{}) {
360 logrus.Infoln(args...)
361}
362
363// Warnln logs a message at level Warn on the standard logger.
364func Warnln(args ...interface{}) {

Callers 1

TestStandardLoggerFunction · 0.85

Calls 1

InfolnMethod · 0.80

Tested by 1

TestStandardLoggerFunction · 0.68