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

Function SyslogOutput

framework/log/syslog_stub.go:35–37  ·  view source on GitHub ↗

SyslogOutput returns a log.Output implementation that will send messages to the system syslog daemon. Regular messages will be written with INFO priority, debug messages will be written with DEBUG priority. Returned log.Output object is goroutine-safe.

()

Source from the content-addressed store, hash-verified

33//
34// Returned log.Output object is goroutine-safe.
35func SyslogOutput() (Output, error) {
36 return nil, errors.New("log: syslog output is not supported on windows")
37}

Callers 1

LogOutputOptionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected