Versions in this module Expand all Collapse all v1 v1.0.1 Aug 7, 2017 Changes in this version + func NewStackHook(options logrus_mate.Options) (hook logrus.Hook, err error) + type LogrusStackHook struct + CallerLevels []logrus.Level + StackLevels []logrus.Level + func NewHook(callerLevels []logrus.Level, stackLevels []logrus.Level) LogrusStackHook + func StandardHook() LogrusStackHook + func (hook LogrusStackHook) Fire(entry *logrus.Entry) error + func (hook LogrusStackHook) Levels() []logrus.Level