Versions in this module Expand all Collapse all v1 v1.16.4 Oct 30, 2025 v1.16.3 Aug 26, 2025 Changes in this version + type Facility int + const LOG_AUTH + const LOG_AUTHPRIV + const LOG_CRON + const LOG_DAEMON + const LOG_FTP + const LOG_KERN + const LOG_LOCAL0 + const LOG_LOCAL1 + const LOG_LOCAL2 + const LOG_LOCAL3 + const LOG_LOCAL4 + const LOG_LOCAL5 + const LOG_LOCAL6 + const LOG_LOCAL7 + const LOG_LPR + const LOG_MAIL + const LOG_NEWS + const LOG_SYSLOG + const LOG_USER + const LOG_UUCP + func (p Facility) String() string + type Msg struct + Facility Facility + Message string + Sequence int + Severity Severity + Timestamp int + func Read() ([]*Msg, error) + func (m *Msg) String() string + type Severity int + const LOG_ALERT + const LOG_CRIT + const LOG_DEBUG + const LOG_EMERG + const LOG_ERR + const LOG_INFO + const LOG_NOTICE + const LOG_WARNING + func (p Severity) String() string