# Packages
No description provided by the author
# Functions
ComponentInit is a syntax sugar for easier Init.
CreateDefaultFormatter creates a default JSON formatter.
Init set Logrus formatter if DefaultFieldsFormatter.wrappedFormatter is nil &logrus.JSONFormatter{} will be used instead.
# Structs
DefaultFieldsFormatter wraps another logrus.Formatter, injecting DefaultFields into each Format() call, existing fields are preserved if they have the same key.