Versions in this module Expand all Collapse all v0 v0.0.1 Dec 5, 2023 Changes in this version + type SyslogHook struct — darwin/amd64, js/wasm, linux/amd64 + SyslogNetwork string + SyslogRaddr string + Writer *syslog.Writer + func NewSyslogHook(network, raddr string, priority syslog.Priority, tag string) (*SyslogHook, error) + func (hook *SyslogHook) Fire(entry *logrus.Entry) error + func (hook *SyslogHook) Levels() []logrus.Level