117
117
// Dial establishes a connection to a log daemon by connecting to
119
119
// writer sends a log message with the given facility, severity and
121
122
func Dial(network, raddr string, priority Priority, tag string) (*Writer, error) {
122
123
if priority < 0 || priority > LOG_LOCAL7|LOG_DEBUG {
123
124
return nil, errors.New("log/syslog: invalid priority")