Versions in this module Expand all Collapse all v0 v0.1.1 Apr 12, 2023 Changes in this version + type Formatter struct + Nanosecond bool + 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 WithNanosecond(v bool) Option + func WithService(n string) Option + func WithStackSkip(v string) Option + func WithVersion(v string) Option