MCPcopy Create free account
hub / github.com/DOSNetwork/core / Debug

Method Debug

log/logger.go:70–75  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

68}
69
70func (l *logger) Debug(msg string) {
71 if l.entry == nil {
72 return
73 }
74 l.entry.Debug(msg)
75}
76
77func (l *logger) Info(msg string) {
78 if l.entry == nil {

Callers

nothing calls this directly

Implementers 1

loggerlog/logger.go

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected