# Functions
ErrorFields is a helper for logging fields to the global logger.
NewCustomLogger creates a new custom logger with the given prefix.
SetLogLevel sets the log level to the given level.
# Variables
GlobalLogger is the global logger.
# Structs
CustomLogger is a wrapper object to logrus.
# Type aliases
Fields is used by the customLogger object to output fields along with a message.