Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nextdns/nextdns
/ Debug
Method
Debug
host/log.go:8–8 ·
view source on GitHub ↗
(v ...any)
Source
from the content-addressed store, hash-verified
6
7
type
Logger
interface
{
8
Debug(v ...any)
9
Debugf(format string, a ...any)
10
Info(v ...any)
11
Infof(format string, a ...any)
Callers
3
nextdnsEndpointManager
Function · 0.65
Debug
Method · 0.65
Debugf
Method · 0.65
Implementers
4
windowsLogger
host/log_windows.go
syslogLogger
host/log_syslog.go
macosLogger
host/log_darwin.go
consoleLogger
host/log_console.go
Calls
no outgoing calls
Tested by
no test coverage detected