Versions in this module Expand all Collapse all v1 v1.0.2 Oct 3, 2024 v1.0.1 Oct 3, 2024 Changes in this version + type Service struct + func New(priority syslog.Priority, tag string) (*Service, error) + func NewFromDial(network, raddr string, priority syslog.Priority, tag string) (*Service, error) + func (s *Service) Close() error + func (s *Service) Send(ctx context.Context, subject, message string) error