MCPcopy Index your code
hub / github.com/foxcpp/maddy / syslogOut

Struct syslogOut

framework/log/syslog.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type syslogOut struct {
32 w *syslog.Writer
33}
34
35func (s syslogOut) Write(stamp time.Time, debug bool, msg string) {
36 var err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected