# Functions
NewLogrusLogging initiates and returns a new logrus logging object.
# Constants
DebugLogLevel is used to set the log level to debug.
ErrorLogLevel is used to set the log level to error.
FatalLogLevel is used to set the log level to fatal.
InfoLogLevel is used to set the log level to info.
JSONFormatter is used to set the log formatting to JSON.
TextFormatter is used to set the log formatting to text.
WarningLogLevel is used to set the log level to warning.
# Structs
Logger implementation for Logrus.
LogrusLogging is an easily testable logrus logging implementation.
LogrusLoggingOptions is used for configuring the Logrus logging driver.
LogrusLoggingSyslogOptions is used for configuring Logrus driver's syslog hook.