# Functions

GetLogger returns the current zerolog.Logger instance.
LogDebug logs a debug message and optional additional data.
LogDebugf logs a debug message which can be formatted as fmt.Sprintf.
LogError logs an error.
LogErrorIfExists logs an error if it exits.
LogInfo logs an info message and optional additional data.
LogInfof logs an info message which can be formatted as fmt.Sprintf.
LogWarn logs a warning message and optional additional data.
LogWarnf logs a warning message which can be formatted as fmt.Sprintf.