Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
func
(l *logger) Debug(msg string) {
71
if
l.entry == nil {
72
return
73
}
74
l.entry.Debug(msg)
75
}
76
77
func
(l *logger) Info(msg string) {
78
if
l.entry == nil {
Callers
nothing calls this directly
Implementers
1
logger
log/logger.go
Calls
1
Debug
Method · 0.65
Tested by
no test coverage detected