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

Method Debugf

common/log/log.go:177–179  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

175}
176
177func (l *Logger) Debugf(format string, a ...interface{}) {
178 l.Outputf(DebugLog, format, a...)
179}
180
181func (l *Logger) Info(a ...interface{}) {
182 l.Output(InfoLog, a...)

Callers 1

DebugfFunction · 0.80

Calls 1

OutputfMethod · 0.95

Tested by

no test coverage detected