Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nextdns/nextdns
/ Debug
Method
Debug
host/log_windows.go:39–41 ·
view source on GitHub ↗
(v ...interface{})
Source
from the content-addressed store, hash-verified
37
}
38
39
func
(l windowsLogger) Debug(v ...
interface
{}) {
40
_ = l.log.Info(1, fmt.Sprint(v...))
41
}
42
43
func
(l windowsLogger) Debugf(format string, a ...
interface
{}) {
44
_ = l.log.Info(1, fmt.Sprintf(format, a...))
Callers
nothing calls this directly
Calls
1
Info
Method · 0.65
Tested by
no test coverage detected