Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
177
func
(l *Logger) Debugf(format string, a ...
interface
{}) {
178
l.Outputf(DebugLog, format, a...)
179
}
180
181
func
(l *Logger) Info(a ...
interface
{}) {
182
l.Output(InfoLog, a...)
Callers
1
Debugf
Function · 0.80
Calls
1
Outputf
Method · 0.95
Tested by
no test coverage detected