Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unixSyslog (0.15 sec)

  1. src/log/syslog/syslog.go

    // Solaris support as implemented by gccgo. On Solaris you cannot
    // simply open a TCP connection to the syslog daemon. The gccgo
    // sources have a syslog_solaris.go file that implements unixSyslog to
    // return a type that satisfies this interface and simply calls the C
    // library syslog function.
    type serverConn interface {
    	writeString(p Priority, hostname, tag, s, nl string) error
    	close() error
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 22:56:07 UTC 2023
    - 7.5K bytes
    - Viewed (0)
Back to top