syslog

package
v0.78.0-devel Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2026 License: Apache-2.0 Imports: 7 Imported by: 1

Documentation

Overview

Package syslog logs to syslog

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HeaderFormatter

func HeaderFormatter(facility int, rfc bool) func(types.LogLevel) string

HeaderFormatter creates a function that formats a syslog header for the given log level.

Types

type Receiver

type Receiver struct {
	// contains filtered or unexported fields
}

Receiver writes log messages to syslog

func NewReceiver

func NewReceiver(uri string) (*Receiver, error)

NewReceiver creates a new syslog receiver with the given URI. The URI should be in the format "udp://host:port", "tcp://host:port", or "unix:///path/to/socket".

func (*Receiver) Close

func (s *Receiver) Close() error

Close is a NOP in current implementation

func (*Receiver) Flush

func (s *Receiver) Flush()

Flush is a NOP in current implementation

func (*Receiver) Write

func (s *Receiver) Write(message []byte) (int, error)

Write writes the message to the syslog receiver

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL