# Functions
Debug logs a message to stdout with the DEBUG log level.
Error logs a message to stdout with the ERROR log level.
GinFormatter is used to adapt Gin's logging to the Qvantel standard.
Info logs a message to stdout with the INFO log level.
Init initializes the logger object.
TimeFormated Formats the provided time according to 'yyyy-MM-dd'T'HH:mm:ssZ'.
Trace logs a message to stdout with the TRACE log level.
Warning logs a message to stdout with the WARN log level.
# Variables
ArtifactID holds the image being used to run the application.
LogLevel holds the application's current log level.
ServiceName holds the application's name in the service discovery system.
# Structs
EventLogData contains the needed information to be rendered as a logstash compatible json event log.