Home | History | Annotate | Download | only in syslog

Lines Matching refs:Hostname

79 	hostname string
94 writeString(p Priority, hostname, tag, s, nl string) error
123 hostname, _ := os.Hostname()
128 hostname: hostname,
154 if w.hostname == "" {
155 w.hostname = "localhost"
162 if w.hostname == "" {
163 w.hostname = c.LocalAddr().String()
262 // format is as follows: <PRI>TIMESTAMP HOSTNAME TAG[PID]: MSG
270 err := w.conn.writeString(p, w.hostname, w.tag, msg, nl)
280 func (n *netConn) writeString(p Priority, hostname, tag, msg, nl string) error {
284 // 2. Drop the hostname field from the Fprintf.
293 p, timestamp, hostname,