# Functions
DefaultHooks returns a slice of the default logrus hooks to be used by a logger.
DefaultLogger returns a Logger with the default properties and hooks.
LogLevelFlag constructs a new log level flag.
# Structs
ErrorLocationHook is a logrus hook that attaches error location information to log entries if an error is being logged and it has stack-trace information (i.e.
HcLogLevelHook adds an hclog-compatible field ("@level") containing the log level.
LevelFlag is a command-line flag for setting the logrus log level.
LogLocationHook is a logrus hook that attaches location information to log entries, i.e.