MCPcopy
hub / github.com/nextdns/nextdns / syslogLogger

Struct syslogLogger

host/log_syslog.go:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type syslogLogger struct {
11 syslog *syslog.Writer
12}
13
14func newSyslogLogger(name string) (Logger, error) {
15 w, err := syslog.New(syslog.LOG_DAEMON|syslog.LOG_INFO, name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected