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

Method Println

utils/log/entrylogwrapper.go:157–159  ·  view source on GitHub ↗

Println record a non-level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

155
156// Println record a non-level log.
157func (entry *Entry) Println(args ...interface{}) {
158 (*logrus.Entry)(entry).Println(args...)
159}
160
161// Warnln record a warning level log.
162func (entry *Entry) Warnln(args ...interface{}) {

Callers 15

TestStandardLoggerFunction · 0.80
TestWithFieldFunction · 0.80
PrintlnFunction · 0.80
runNodeFunction · 0.80
runConsoleFunction · 0.80
readMasterKeyFunction · 0.80
showTokenBalanceFunction · 0.80
showAllTokenBalanceFunction · 0.80
showAllDatabaseDepositFunction · 0.80
runGenerateFunction · 0.80
initNodeFunction · 0.80
TestMainFunction · 0.80

Calls

no outgoing calls

Tested by 5

TestStandardLoggerFunction · 0.64
TestWithFieldFunction · 0.64
TestMainFunction · 0.64
TestDHTService_PingFunction · 0.64