MCPcopy
hub / github.com/nextdns/nextdns / Debugf

Method Debugf

host/log_syslog.go:27–29  ·  view source on GitHub ↗
(format string, a ...interface{})

Source from the content-addressed store, hash-verified

25}
26
27func (l syslogLogger) Debugf(format string, a ...interface{}) {
28 _ = l.syslog.Debug(fmt.Sprintf(format, a...))
29}
30
31func (l syslogLogger) Info(v ...interface{}) {
32 // Use notice instead of info as many systems filter < notice level

Callers

nothing calls this directly

Calls 1

DebugMethod · 0.65

Tested by

no test coverage detected