# Functions
AddFlags adds the flags used by this package to the given FlagSet.
Base returns the default Logger logging to.
Debugf logs a message at level Debug on the standard logger.
Debugln logs a message at level Debug on the standard logger.
Errorf logs a message at level Error on the standard logger.
Errorln logs a message at level Error on the standard logger.
Infof logs a message at level Info on the standard logger.
Infoln logs a message at level Info on the standard logger.
Orig provides access to the underlying *logrus.Logger.
With adds a field to the logger.
# Interfaces
Logger is the interface for loggers used in transporter components.