Versions in this module Expand all Collapse all v0 v0.2.3 Feb 14, 2021 Changes in this version + type Formatter struct + Service string + StackSkip []string + Version string + func NewFormatter(options ...Option) *Formatter + func (f *Formatter) Format(e *logrus.Entry) ([]byte, error) + type Option func(*Formatter) + func WithService(n string) Option + func WithStackSkip(v string) Option + func WithVersion(v string) Option