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