Versions in this module Expand all Collapse all v0 v0.2.0 Sep 6, 2018 Changes in this version + var DefaultOperationIdKey = "X-Request-Id" + var DefaultSubjectKey = "X-Subject-Id" 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