syslog

package
v0.0.0-...-5214980 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDrainer

func NewDrainer(errorLogger *log.Logger, drain Drain, hostname string, structuredData rfc5424.StructuredData, maxMessageSize int) (*drainer, error)

Types

type Drain

type Drain struct {
	Transport  string `yaml:"transport"`
	Address    string `yaml:"address"`
	CA         string `yaml:"ca"`
	MaxRetries int    `yaml:"max_retries"`
}

type Drainer

type Drainer interface {
	Drain(line string, tag string) error
}

Jump to

Keyboard shortcuts

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