package syslog
import "log/syslog"
Package syslog provides a simple interface to the system log service. It can send messages to the syslog daemon using UNIX domain sockets, UDP or TCP.
Only one call to Dial is necessary. On write failures, the syslog client will attempt to reconnect to the server and write again.
Index ¶
Bugs ¶
☞ This package is not implemented on Windows yet.
☞ This package is not implemented on Plan 9 yet.
☞ This package is not implemented on NaCl (Native Client) yet.
Source Files ¶
- Version
- v1.5.0-beta.2
- Published
- Jul 17, 2015
- Platform
- windows/amd64
- Last checked
- 16 seconds ago –
Tools for package owners.