1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:31:22 -06:00
go/src/pkg/log
Ian Lance Taylor 0738c7e977 log/syslog: restore use of serverConn interface
Revision 15629 (8d71734a0cb0) removed the serverConn interface
that was introduce in revision 7718 (ee5e80c62862).  The
serverConn interface was there for use by gccgo on Solaris,
and it is still needed there.  Solaris does not support
connecting to the syslog daemon over TCP, and gccgo simply
calls the C library function.  This CL restores the
interface.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/11737043
2013-07-24 10:28:57 -07:00
..
syslog log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
log_test.go log: generalize getting and setting flags and prefix. 2011-04-06 11:48:03 -07:00
log.go log: fix typo in comment 2012-05-16 22:56:18 +10:00