Versions in this module Expand all Collapse all v0 v0.1.0 Apr 14, 2018 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