Versions in this module Expand all Collapse all v0 v0.2.0 Sep 25, 2017 Changes in this version + func DialWriter(config WriterConfig) (w lib.Writer, err error) + func NewWriter(group string, stream string) (w lib.Writer, err error) + type Client interface + Flush func() error + IncrEvents func(ecslogs.Level, int) error + type WriterConfig struct + Address string + Dial func(addr string, group string, stream string) (Client, error) + Group string + Stream string