syslog

package
v0.14.8 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create added in v0.9.0

func Create(id, name string, cfg *Config, workers map[eosc.RequireId]eosc.IWorker) (eosc.IWorker, error)

func NewFactory

func NewFactory() eosc.IExtenderDriverFactory

func Register

func Register(register eosc.IExtenderDriverRegister)

Register 注册file_output驱动工厂

Types

type Config

type Config struct {
	Scopes []string `json:"scopes" label:"作用域"`
	// 所使用的网络协议, 如:tcp,udp,unix
	Network string `json:"network" yaml:"network" enum:"tcp,udp,unix" label:"网络协议"`
	Address string `json:"address" yaml:"address" label:"请求地址"`
	Level   string `json:"level" yaml:"level" enum:"error,warn,info,debug,trace" label:"日志等级"`

	Type      string               `json:"type" yaml:"type" enum:"line,json" label:"输出格式"`
	Formatter eosc.FormatterConfig `json:"formatter" yaml:"formatter" label:"格式化配置"`
}

type Output added in v0.8.0

type Output struct {
	drivers.WorkerBase
	// contains filtered or unexported fields
}

func (*Output) CheckSkill added in v0.8.0

func (s *Output) CheckSkill(skill string) bool

func (*Output) Output added in v0.8.0

func (s *Output) Output(entry eosc.IEntry) error

func (*Output) Reset added in v0.8.0

func (s *Output) Reset(conf interface{}, workers map[eosc.RequireId]eosc.IWorker) error

func (*Output) Start added in v0.8.0

func (s *Output) Start() error

func (*Output) Stop added in v0.8.0

func (s *Output) Stop() error

type SysWriter

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

func CreateTransporter

func CreateTransporter(conf *Config) (*SysWriter, error)

CreateTransporter 创建syslog-Transporter

Jump to

Keyboard shortcuts

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