package
3.2.14+incompatible
Repository: https://github.com/gliderlabs/logspout.git
Documentation: pkg.go.dev

# Functions

NewSyslogAdapter returnas a configured syslog.Adapter.

# Constants

OctetCountedTCPFraming prepends the size of each message before the message.
Rfc3164Format is the legacy BSD syslog protocol format.
Rfc5424Format is the modern syslog protocol format.
TraditionalTCPFraming is the traditional LF framing of syslog messages on the wire.

# Structs

Adapter streams log output to a connection in the Syslog format.
FieldTemplates for rendering Syslog messages.
Message extends router.Message for the syslog standard.

# Type aliases

Format represents the RFC spec to use for syslog messages.
TCPFraming represents the type of framing to use for syslog messages.