MCPcopy
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
39func (l windowsLogger) Debug(v ...interface{}) {
40 _ = l.log.Info(1, fmt.Sprint(v...))
41}
42
43func (l windowsLogger) Debugf(format string, a ...interface{}) {
44 _ = l.log.Info(1, fmt.Sprintf(format, a...))

Callers

nothing calls this directly

Calls 1

InfoMethod · 0.65

Tested by

no test coverage detected