MCPcopy Create free account
hub / github.com/DNAProject/DNA / Debug

Method Debug

common/log/log.go:173–175  ·  view source on GitHub ↗
(a ...interface{})

Source from the content-addressed store, hash-verified

171}
172
173func (l *Logger) Debug(a ...interface{}) {
174 l.Output(DebugLog, a...)
175}
176
177func (l *Logger) Debugf(format string, a ...interface{}) {
178 l.Outputf(DebugLog, format, a...)

Callers 1

DebugFunction · 0.80

Calls 1

OutputMethod · 0.95

Tested by

no test coverage detected