import "dev.sum7.eu/sum7/logmania/input/syslog"
internal.go main.go
var SyslogPriorityMap = map[int]logstd.Level{ 0: log.PanicLevel, 1: log.PanicLevel, 2: log.PanicLevel, 3: log.ErrorLevel, 4: log.WarnLevel, 5: log.InfoLevel, 6: log.InfoLevel, 7: log.DebugLevel, }
func (in *Input) Close()
func (in *Input) Listen()
type InputConfig struct { Type string `mapstructure:"type"` Address string `mapstructure:"address"` }
Package syslog imports 6 packages (graph) and is imported by 2 packages. Updated 2019-08-09. Refresh now. Tools for package owners.