Namespace: go.std.log.syslog

v1.0

Contents

Summary

Provides a low-level interface to the log/syslog package.

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.

The syslog package is frozen and is not accepting new features.
Some external packages provide more functionality. See:

https://godoc.org/?q=syslog

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types