# Functions
IntToLogLevel returns a log.Level value from an integer-based mapping.
SetLogSplitOutput adds additional hooks to a *logrus.Logger, enabling the log stream to be split between stdout and stderr as appropriate.
# Structs
WriterHook is a hook that writes logs of specified LogLevels to specified Writer.