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

Method Debug

utils/log/entrylogwrapper.go:63–65  ·  view source on GitHub ↗

Debug record a new debug level log.

(args ...interface{})

Source from the content-addressed store, hash-verified

61
62// Debug record a new debug level log.
63func (entry *Entry) Debug(args ...interface{}) {
64 (*logrus.Entry)(entry).Debug(args...)
65}
66
67// Print record a new non-level log.
68func (entry *Entry) Print(args ...interface{}) {

Callers 15

updateAccountFunction · 0.80
deleteAccountFunction · 0.80
updateShardChainFunction · 0.80
deleteShardChainFunction · 0.80
updateProviderFunction · 0.80
deleteProviderFunction · 0.80
loadBlocksFunction · 0.80
NewChainWithContextFunction · 0.80
StopMethod · 0.80
produceBlockMethod · 0.80
syncHeadsMethod · 0.80
processBlocksMethod · 0.80

Calls

no outgoing calls

Tested by 9

initNodeFunction · 0.64
getJSONFunction · 0.64
TestFullProcessFunction · 0.64
TestWithFieldFunction · 0.64
PrepareMethod · 0.64
registerNodeMethod · 0.64
IncCounterMethod · 0.64
IncCounterSimpleArgsMethod · 0.64