# Functions
ComponentInit is a syntax sugar for easier Init.
Init set Logrus formatter if DefaultFieldsFormatter.wrappedFormatter is nil &logrus.JSONFormatter{} will be used instead.
NewCensoringFormatter generates a `CensoringFormatter` with a formatter as delegate and a set of strings to censor.
# Structs
CensoringFormatter represents a logrus formatter that can be used to censor sensitive information.
DefaultFieldsFormatter wraps another logrus.Formatter, injecting DefaultFields into each Format() call, existing fields are preserved if they have the same key.