# Functions
NewFileHook creates logrus hook for logging all levels to file.
NewStdoutHook creates new hook for stdout logging.
# Structs
FormatterWriterHook is a logrus hook implementation that allows customizing both the log stream target and formatter.
No description provided by the author
# Interfaces
LogHost is an interface that can be implemented to provide a host name to the logger.