MCPcopy
hub / github.com/rs/zerolog / syslogWriter

Struct syslogWriter

syslog.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type syslogWriter struct {
26 w SyslogWriter
27 prefix string
28}
29
30// SyslogLevelWriter wraps a SyslogWriter and call the right syslog level
31// method matching the zerolog level.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected