# Functions
No description provided by the author
NoContext provides logrus.StandardLogger().
WithContext provides a *logrus.Entry with the proper "correlation-id" field.
WithError decorates logrus.WithError with the proper "correlation-id".
WithField decorates logrus.WithField with the proper "correlation-id".
WithFields decorates logrus.WithFields with the proper "correlation-id".
WrapEntry adds the proper "correlation-id" field to the provided *logrus.Entry.
# Constants
KeyCorrelationID const is the context key for Correlation ID.
# Type aliases
Fields type, an helper to avoid importing logrus.Fields.