MCPcopy
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
7type Logger interface {
8 Debug(v ...any)
9 Debugf(format string, a ...any)
10 Info(v ...any)
11 Infof(format string, a ...any)

Callers 3

nextdnsEndpointManagerFunction · 0.65
DebugMethod · 0.65
DebugfMethod · 0.65

Implementers 4

windowsLoggerhost/log_windows.go
syslogLoggerhost/log_syslog.go
macosLoggerhost/log_darwin.go
consoleLoggerhost/log_console.go

Calls

no outgoing calls

Tested by

no test coverage detected