# 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.
LogLocationHook is a logrus hook that attaches location information to log entries, i.e.
# Interfaces
LogSetter is an interface for a type that allows a FieldLogger to be set on it.