# Functions
CheckFatal prints an error and exits with error code 1 if err is non-nil.
No description provided by the author
InitLogger initialises the global gokit logger (util_log.Logger) and overrides the default logger for the server.
LevelHandler returns an http handler function that returns the current log level.
WarnExperimentalUse logs a warning and increments the experimental features metric.
WithContext returns a log.Logger that has information about the current user in its details.
WithUserID returns a Logger that has information about the current user in its details.
# Variables
Logger is a shared go-kit logger.
# Interfaces
No description provided by the author